Html Css Color HEX #39361E Graphite

📋 copy color: '#39361E'

red 57 ◦ green 54 ◦ blue 30

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

Shades of Graphite #39361E

Tints of Graphite #39361E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.28%

R = 40.43%
G = 38.3%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#39361E (or 0x39361E) is known color: Graphite. HEX triplet: 39, 36 and 1E. RGB value is (57,54,30). Sum of RGB (Red+Green+Blue) = 57+54+30=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 54 (21.48% from 255 or 38.30% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 57 - color contains mainly: red. Hex color #39361E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39361E is #C6C9E1. Grayscale: #343434. Windows color (decimal): -13027810 or 1979961. OLE color: 1979961.

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

Color convert

RGB 57 54 30 -
CMYK 0 0.05 0.47 0.78
HSL 53.33º 0.31% 0.17% -
HSV(B) 53.33º 0.47% 0.22% -
XYZ 3.24 3.6 1.75 -
YUV 52.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 57 54 30 0 0.05 0.47 0.78 53.33 0.31 0.17
Hex 39 36 1E 0 5 2F 4E 35 1F 11
Octal 71 66 36 0 5 57 116 65 37 21
Binary 111001 110110 11110 0 101 101111 1001110 110101 11111 10001

Color Harmonies of #39361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39361E

Black with #39361E

Text Example


Text Example

White with #39361E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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