Html Css Color HEX #39331E Graphite

📋 copy color: '#39331E'

red 57 ◦ green 51 ◦ blue 30

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

Shades of Graphite #39331E

Tints of Graphite #39331E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.96%

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

R = 41.3%
G = 36.96%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#39331E (or 0x39331E) is known color: Graphite. HEX triplet: 39, 33 and 1E. RGB value is (57,51,30). Sum of RGB (Red+Green+Blue) = 57+51+30=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 57 - color contains mainly: red. Hex color #39331E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39331E is #C6CCE1. Grayscale: #323232. Windows color (decimal): -13028578 or 1979193. OLE color: 1979193.

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

Color convert

RGB 57 51 30 -
CMYK 0 0.11 0.47 0.78
HSL 46.67º 0.31% 0.17% -
HSV(B) 46.67º 0.47% 0.22% -
XYZ 3.11 3.33 1.71 -
YUV 50.4 116.49 132.71 -
System Red Green Blue C M Y K H S L
Decimal 57 51 30 0 0.11 0.47 0.78 46.67 0.31 0.17
Hex 39 33 1E 0 B 2F 4E 2F 1F 11
Octal 71 63 36 0 13 57 116 57 37 21
Binary 111001 110011 11110 0 1011 101111 1001110 101111 11111 10001

Color Harmonies of #39331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39331E

Black with #39331E

Text Example


Text Example

White with #39331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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