Html Css Color HEX #33484C Dark Slate Grey

📋 copy color: '#33484C'

red 51 ◦ green 72 ◦ blue 76

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

Shades of Dark Slate Grey #33484C

Tints of Dark Slate Grey #33484C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.18%

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

R = 25.63%
G = 36.18%
B = 38.19%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#33484C (or 0x33484C) is known color: Dark Slate Grey. HEX triplet: 33, 48 and 4C. RGB value is (51,72,76). Sum of RGB (Red+Green+Blue) = 51+72+76=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 76 - color contains mainly: blue. Hex color #33484C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33484C is #CCB7B3. Grayscale: #424242. Windows color (decimal): -13416372 or 4999219. OLE color: 4999219.

HSL color Cylindrical-coordinate representation of color #33484C: hue angle of 189.6º 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 #33484C is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 72 76 -
CMYK 0.33 0.05 0 0.70
HSL 189.6º 0.2% 0.25% -
HSV(B) 189.6º 0.33% 0.3% -
XYZ 4.99 5.86 7.71 -
YUV 66.18 133.54 117.17 -
System Red Green Blue C M Y K H S L
Decimal 51 72 76 0.33 0.05 0 0.70 189.6 0.2 0.25
Hex 33 48 4C 21 5 0 46 BE 14 19
Octal 63 110 114 41 5 0 106 276 24 31
Binary 110011 1001000 1001100 100001 101 0 1000110 10111110 10100 11001

Color Harmonies of #33484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33484C

Black with #33484C

Text Example


Text Example

White with #33484C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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