Html Css Color HEX #39341C Graphite

📋 copy color: '#39341C'

red 57 ◦ green 52 ◦ blue 28

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

Shades of Graphite #39341C

Tints of Graphite #39341C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.96%

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

R = 41.61%
G = 37.96%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#39341C (or 0x39341C) is known color: Graphite. HEX triplet: 39, 34 and 1C. RGB value is (57,52,28). Sum of RGB (Red+Green+Blue) = 57+52+28=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 57 - color contains mainly: red. Hex color #39341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39341C is #C6CBE3. Grayscale: #323232. Windows color (decimal): -13028324 or 1848377. OLE color: 1848377.

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

Color convert

RGB 57 52 28 -
CMYK 0 0.09 0.51 0.78
HSL 49.66º 0.34% 0.17% -
HSV(B) 49.66º 0.51% 0.22% -
XYZ 3.12 3.41 1.59 -
YUV 50.76 115.16 132.45 -
System Red Green Blue C M Y K H S L
Decimal 57 52 28 0 0.09 0.51 0.78 49.66 0.34 0.17
Hex 39 34 1C 0 9 33 4E 32 22 11
Octal 71 64 34 0 11 63 116 62 42 21
Binary 111001 110100 11100 0 1001 110011 1001110 110010 100010 10001

Color Harmonies of #39341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39341C

Black with #39341C

Text Example


Text Example

White with #39341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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