Html Css Color HEX #39361C Graphite

📋 copy color: '#39361C'

red 57 ◦ green 54 ◦ blue 28

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

Shades of Graphite #39361C

Tints of Graphite #39361C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.14%

R = 41.01%
G = 38.85%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#39361C (or 0x39361C) is known color: Graphite. HEX triplet: 39, 36 and 1C. RGB value is (57,54,28). Sum of RGB (Red+Green+Blue) = 57+54+28=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 57 - color contains mainly: red. Hex color #39361C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39361C is #C6C9E3. Grayscale: #343434. Windows color (decimal): -13027812 or 1848889. OLE color: 1848889.

HSL color Cylindrical-coordinate representation of color #39361C: hue angle of 53.79º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #39361C is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 54 28 -
CMYK 0 0.05 0.51 0.78
HSL 53.79º 0.34% 0.17% -
HSV(B) 53.79º 0.51% 0.22% -
XYZ 3.22 3.59 1.62 -
YUV 51.93 114.49 131.61 -
System Red Green Blue C M Y K H S L
Decimal 57 54 28 0 0.05 0.51 0.78 53.79 0.34 0.17
Hex 39 36 1C 0 5 33 4E 36 22 11
Octal 71 66 34 0 5 63 116 66 42 21
Binary 111001 110110 11100 0 101 110011 1001110 110110 100010 10001

Color Harmonies of #39361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39361C

Black with #39361C

Text Example


Text Example

White with #39361C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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