Html Css Color HEX #39362A Graphite

📋 copy color: '#39362A'

red 57 ◦ green 54 ◦ blue 42

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

Shades of Graphite #39362A

Tints of Graphite #39362A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.45%

R = 37.25%
G = 35.29%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.78

RGB Variations

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

Color information

#39362A (or 0x39362A) is known color: Graphite. HEX triplet: 39, 36 and 2A. RGB value is (57,54,42). Sum of RGB (Red+Green+Blue) = 57+54+42=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 57 - color contains mainly: red. Hex color #39362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39362A is #C6C9D5. Grayscale: #353535. Windows color (decimal): -13027798 or 2766393. OLE color: 2766393.

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

Color convert

RGB 57 54 42 -
CMYK 0 0.05 0.26 0.78
HSL 48º 0.15% 0.19% -
HSV(B) 48º 0.26% 0.22% -
XYZ 3.42 3.68 2.72 -
YUV 53.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 57 54 42 0 0.05 0.26 0.78 48 0.15 0.19
Hex 39 36 2A 0 5 1A 4E 30 F 13
Octal 71 66 52 0 5 32 116 60 17 23
Binary 111001 110110 101010 0 101 11010 1001110 110000 1111 10011

Color Harmonies of #39362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39362A

Black with #39362A

Text Example


Text Example

White with #39362A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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