Html Css Color HEX #33494C Dark Slate Grey

📋 copy color: '#33494C'

red 51 ◦ green 73 ◦ blue 76

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

Shades of Dark Slate Grey #33494C

Tints of Dark Slate Grey #33494C

RGB

 RED value IS 51 (20.31% from 255) = 25.5%

 GREEN value IS 73 (28.91% from 255) = 36.5%

 BLUE value IS 76 (30.08% from 255) = 38%

R = 25.5%
G = 36.5%
B = 38%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#33494C (or 0x33494C) is known color: Dark Slate Grey. HEX triplet: 33, 49 and 4C. RGB value is (51,73,76). Sum of RGB (Red+Green+Blue) = 51+73+76=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 76 - color contains mainly: blue. Hex color #33494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33494C is #CCB6B3. Grayscale: #424242. Windows color (decimal): -13416116 or 4999475. OLE color: 4999475.

HSL color Cylindrical-coordinate representation of color #33494C: hue angle of 187.2º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #33494C is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 73 76 -
CMYK 0.33 0.04 0 0.70
HSL 187.2º 0.2% 0.25% -
HSV(B) 187.2º 0.33% 0.3% -
XYZ 5.05 5.99 7.73 -
YUV 66.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 51 73 76 0.33 0.04 0 0.70 187.2 0.2 0.25
Hex 33 49 4C 21 4 0 46 BB 14 19
Octal 63 111 114 41 4 0 106 273 24 31
Binary 110011 1001001 1001100 100001 100 0 1000110 10111011 10100 11001

Color Harmonies of #33494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33494C

Black with #33494C

Text Example


Text Example

White with #33494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33494C; }

 p { color: rgb(51,73,76); }

 H1.HeaderClassName
 {
   color: #33494C;
 }
 .AnyTagClassName
 {
   color: #33494C;
 }
</style>

background-color css

<style>
 a { background-color: #33494C; }

 a { background-color: rgb(51,73,76); }

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

border-color css

<style>
 span { border-color: #33494C; }

 span { border-color: rgb(51,73,76); }

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