#39341A

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

Shades of Graphite #39341A

Tints of Graphite #39341A

Color information

#39341A (or 0x39341A) is unknown color: approx Graphite. HEX triplet: 39, 34 and 1A. RGB value is (57,52,26). Sum of RGB (Red+Green+Blue) = 57+52+26=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 57 - color contains mainly: red. Hex color #39341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39341A is #C6CBE5. Grayscale: #323232. Windows color (decimal): -13028326 or 1717305. OLE color: 1717305.

HSL color Cylindrical-coordinate representation of color #39341A: hue angle of 50.32º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39341A is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB575226-
CMYK00.090.540.78
HSL50.32º37.35%16.27%-
HSV(B)50.32º54.39%22.35%-
XYZ3.13.41.47-
YUV50.53114.16132.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.22%
GREEN value IS 52 (20.70% from 255) = 38.52%
BLUE value IS 26 (10.55% from 255) = 19.26%
R=42.22%
G=38.52%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57522600.090.540.7850.3237.3516.27
Hex39341A09364E322510
Octal71643201166116624520
Binary1110011101001101001001110110100111011001010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #39341A;
 }
 .AnyTagClassName
 {
   color: #39341A;
 }
</style>
background-color css

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

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

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

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

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

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