Html Css Color HEX #39362F Graphite

📋 copy color: '#39362F'

red 57 ◦ green 54 ◦ blue 47

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

Shades of Graphite #39362F

Tints of Graphite #39362F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.18%

 BLUE value IS 47 (18.75% from 255) = 29.75%

R = 36.08%
G = 34.18%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#39362F (or 0x39362F) is known color: Graphite. HEX triplet: 39, 36 and 2F. RGB value is (57,54,47). Sum of RGB (Red+Green+Blue) = 57+54+47=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 57 - color contains mainly: red. Hex color #39362F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39362F is #C6C9D0. Grayscale: #363636. Windows color (decimal): -13027793 or 3094073. OLE color: 3094073.

HSL color Cylindrical-coordinate representation of color #39362F: hue angle of 42º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #39362F is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 54 47 -
CMYK 0 0.05 0.18 0.78
HSL 42º 0.1% 0.2% -
HSV(B) 42º 0.18% 0.22% -
XYZ 3.52 3.71 3.22 -
YUV 54.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 57 54 47 0 0.05 0.18 0.78 42 0.1 0.2
Hex 39 36 2F 0 5 12 4E 2A A 14
Octal 71 66 57 0 5 22 116 52 12 24
Binary 111001 110110 101111 0 101 10010 1001110 101010 1010 10100

Color Harmonies of #39362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39362F

Black with #39362F

Text Example


Text Example

White with #39362F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39362F; }

 p { color: rgb(57,54,47); }

 H1.HeaderClassName
 {
   color: #39362F;
 }
 .AnyTagClassName
 {
   color: #39362F;
 }
</style>

background-color css

<style>
 a { background-color: #39362F; }

 a { background-color: rgb(57,54,47); }

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

border-color css

<style>
 span { border-color: #39362F; }

 span { border-color: rgb(57,54,47); }

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