Html Css Color HEX #214D4B Dark Slate Grey

📋 copy color: '#214D4B'

red 33 ◦ green 77 ◦ blue 75

#214D4B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #214D4B

Tints of Dark Slate Grey #214D4B

RGB

 RED value IS 33 (13.28% from 255) = 17.84%

 GREEN value IS 77 (30.47% from 255) = 41.62%

 BLUE value IS 75 (29.69% from 255) = 40.54%

R = 17.84%
G = 41.62%
B = 40.54%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#214D4B (or 0x214D4B) is known color: Dark Slate Grey. HEX triplet: 21, 4D and 4B. RGB value is (33,77,75). Sum of RGB (Red+Green+Blue) = 33+77+75=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 77 - color contains mainly: green. Hex color #214D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214D4B is #DEB2B4. Grayscale: #3F3F3F. Windows color (decimal): -14594741 or 4934945. OLE color: 4934945.

HSL color Cylindrical-coordinate representation of color #214D4B: hue angle of 177.27º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #214D4B is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 77 75 -
CMYK 0.57 0 0.03 0.70
HSL 177.27º 0.4% 0.22% -
HSV(B) 177.27º 0.57% 0.3% -
XYZ 4.55 6.14 7.6 -
YUV 63.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 33 77 75 0.57 0 0.03 0.70 177.27 0.4 0.22
Hex 21 4D 4B 39 0 3 46 B1 28 16
Octal 41 115 113 71 0 3 106 261 50 26
Binary 100001 1001101 1001011 111001 0 11 1000110 10110001 101000 10110

Color Harmonies of #214D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214D4B

Black with #214D4B

Text Example


Text Example

White with #214D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,77,75); }

 H1.HeaderClassName
 {
   color: #214D4B;
 }
 .AnyTagClassName
 {
   color: #214D4B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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