Html Css Color HEX #39341E Graphite

📋 copy color: '#39341E'

red 57 ◦ green 52 ◦ blue 30

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

Shades of Graphite #39341E

Tints of Graphite #39341E

RGB

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

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

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

R = 41.01%
G = 37.41%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#39341E (or 0x39341E) is known color: Graphite. HEX triplet: 39, 34 and 1E. RGB value is (57,52,30). Sum of RGB (Red+Green+Blue) = 57+52+30=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 57 - color contains mainly: red. Hex color #39341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39341E is #C6CBE1. Grayscale: #333333. Windows color (decimal): -13028322 or 1979449. OLE color: 1979449.

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

Color convert

RGB 57 52 30 -
CMYK 0 0.09 0.47 0.78
HSL 48.89º 0.31% 0.17% -
HSV(B) 48.89º 0.47% 0.22% -
XYZ 3.15 3.42 1.72 -
YUV 50.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 57 52 30 0 0.09 0.47 0.78 48.89 0.31 0.17
Hex 39 34 1E 0 9 2F 4E 31 1F 11
Octal 71 64 36 0 11 57 116 61 37 21
Binary 111001 110100 11110 0 1001 101111 1001110 110001 11111 10001

Color Harmonies of #39341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39341E

Black with #39341E

Text Example


Text Example

White with #39341E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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