Html Css Color HEX #39351C Graphite

📋 copy color: '#39351C'

red 57 ◦ green 53 ◦ blue 28

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

Shades of Graphite #39351C

Tints of Graphite #39351C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.41%

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

R = 41.3%
G = 38.41%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#39351C (or 0x39351C) is known color: Graphite. HEX triplet: 39, 35 and 1C. RGB value is (57,53,28). Sum of RGB (Red+Green+Blue) = 57+53+28=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 57 - color contains mainly: red. Hex color #39351C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39351C is #C6CAE3. Grayscale: #333333. Windows color (decimal): -13028068 or 1848633. OLE color: 1848633.

HSL color Cylindrical-coordinate representation of color #39351C: hue angle of 51.72º 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 #39351C is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 53 28 -
CMYK 0 0.07 0.51 0.78
HSL 51.72º 0.34% 0.17% -
HSV(B) 51.72º 0.51% 0.22% -
XYZ 3.17 3.5 1.61 -
YUV 51.35 114.83 132.03 -
System Red Green Blue C M Y K H S L
Decimal 57 53 28 0 0.07 0.51 0.78 51.72 0.34 0.17
Hex 39 35 1C 0 7 33 4E 34 22 11
Octal 71 65 34 0 7 63 116 64 42 21
Binary 111001 110101 11100 0 111 110011 1001110 110100 100010 10001

Color Harmonies of #39351C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39351C

Black with #39351C

Text Example


Text Example

White with #39351C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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