Html Css Color HEX #39484A Dark Slate Grey

📋 copy color: '#39484A'

red 57 ◦ green 72 ◦ blue 74

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

Shades of Dark Slate Grey #39484A

Tints of Dark Slate Grey #39484A

RGB

 RED value IS 57 (22.66% from 255) = 28.08%

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

 BLUE value IS 74 (29.3% from 255) = 36.45%

R = 28.08%
G = 35.47%
B = 36.45%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#39484A (or 0x39484A) is known color: Dark Slate Grey. HEX triplet: 39, 48 and 4A. RGB value is (57,72,74). Sum of RGB (Red+Green+Blue) = 57+72+74=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 74 - color contains mainly: blue. Hex color #39484A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39484A is #C6B7B5. Grayscale: #434343. Windows color (decimal): -13023158 or 4868153. OLE color: 4868153.

HSL color Cylindrical-coordinate representation of color #39484A: hue angle of 187.06º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #39484A is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 72 74 -
CMYK 0.23 0.03 0 0.71
HSL 187.06º 0.13% 0.26% -
HSV(B) 187.06º 0.23% 0.29% -
XYZ 5.24 6 7.36 -
YUV 67.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 57 72 74 0.23 0.03 0 0.71 187.06 0.13 0.26
Hex 39 48 4A 17 3 0 47 BB D 1A
Octal 71 110 112 27 3 0 107 273 15 32
Binary 111001 1001000 1001010 10111 11 0 1000111 10111011 1101 11010

Color Harmonies of #39484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39484A

Black with #39484A

Text Example


Text Example

White with #39484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39484A; }

 p { color: rgb(57,72,74); }

 H1.HeaderClassName
 {
   color: #39484A;
 }
 .AnyTagClassName
 {
   color: #39484A;
 }
</style>

background-color css

<style>
 a { background-color: #39484A; }

 a { background-color: rgb(57,72,74); }

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

border-color css

<style>
 span { border-color: #39484A; }

 span { border-color: rgb(57,72,74); }

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