#39341E

Color #39341E Graphite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Graphite #39341E

Tints of Graphite #39341E

Color information

#39341E (or 0x39341E) is unknown color: approx 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

RGB575230-
CMYK00.090.470.78
HSL48.89º31.03%17.06%-
HSV(B)48.89º47.37%22.35%-
XYZ3.153.421.72-
YUV50.99116.16132.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.01%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57523000.090.470.7848.8931.0317.06
Hex39341E092F4E311f11
Octal71643601157116613721
Binary111001110100111100100110111110011101100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>