Html Css Color HEX #39372F Graphite

📋 copy color: '#39372F'

red 57 ◦ green 55 ◦ blue 47

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

Shades of Graphite #39372F

Tints of Graphite #39372F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.59%

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

R = 35.85%
G = 34.59%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#39372F (or 0x39372F) is known color: Graphite. HEX triplet: 39, 37 and 2F. RGB value is (57,55,47). Sum of RGB (Red+Green+Blue) = 57+55+47=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 57 - color contains mainly: red. Hex color #39372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39372F is #C6C8D0. Grayscale: #363636. Windows color (decimal): -13027537 or 3094329. OLE color: 3094329.

HSL color Cylindrical-coordinate representation of color #39372F: hue angle of 48º 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 #39372F is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 55 47 -
CMYK 0 0.04 0.18 0.78
HSL 48º 0.1% 0.2% -
HSV(B) 48º 0.18% 0.22% -
XYZ 3.57 3.81 3.24 -
YUV 54.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 57 55 47 0 0.04 0.18 0.78 48 0.1 0.2
Hex 39 37 2F 0 4 12 4E 30 A 14
Octal 71 67 57 0 4 22 116 60 12 24
Binary 111001 110111 101111 0 100 10010 1001110 110000 1010 10100

Color Harmonies of #39372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39372F

Black with #39372F

Text Example


Text Example

White with #39372F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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