#214F4F

Color #214F4F Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #214F4F

Tints of Dark Slate Grey #214F4F

Color information

#214F4F (or 0x214F4F) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 4F and 4F. RGB value is (33,79,79). Sum of RGB (Red+Green+Blue) = 33+79+79=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: green, blue. Hex color #214F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214F4F is #DEB0B0. Grayscale: #414141. Windows color (decimal): -14594225 or 5197601. OLE color: 5197601.

HSL color Cylindrical-coordinate representation of color #214F4F: hue angle of 180º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #214F4F is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB337979-
CMYK0.58000.69
HSL180º41.07%21.96%-
HSV(B)180º58.23%30.98%-
XYZ4.836.488.39-
YUV65.25135.76105-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 17.28%
GREEN value IS 79 (31.25% from 255) = 41.36%
BLUE value IS 79 (31.25% from 255) = 41.36%
R=17.28%
G=41.36%
B=41.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3379790.58000.6918041.0721.96
Hex214F4F3A0045b42916
Octal4111711772001052645126
Binary100001100111110011111110100010001011011010010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214F4F; }

 p { color: rgb(33,79,79); }

 H1.HeaderClassName
 {
   color: #214F4F;
 }
 .AnyTagClassName
 {
   color: #214F4F;
 }
</style>
background-color css

<style>
 a { background-color: #214F4F; }

 a { background-color: rgb(33,79,79); }

 div.DivClassName
 {
   background-color: #214F4F;
 }
 .BgClassName
 {
   background-color: #214F4F;
 }
</style>
border-color css

<style>
 span { border-color: #214F4F; }

 span { border-color: rgb(33,79,79); }

 td.TdClassName
 {
   border-color: #214F4F;
 }
 .TagClassName
 {
   border-color: #214F4F;
 }
</style>