#3B3718

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

Shades of Graphite #3B3718

Tints of Graphite #3B3718

Color information

#3B3718 (or 0x3B3718) is unknown color: approx Graphite. HEX triplet: 3B, 37 and 18. RGB value is (59,55,24). Sum of RGB (Red+Green+Blue) = 59+55+24=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3718 is #C4C8E7. Grayscale: #343434. Windows color (decimal): -12896488 or 1587003. OLE color: 1587003.

HSL color Cylindrical-coordinate representation of color #3B3718: hue angle of 53.14º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B3718 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB595524-
CMYK00.070.590.77
HSL53.14º42.17%16.27%-
HSV(B)53.14º59.32%23.14%-
XYZ3.333.731.41-
YUV52.66111.83132.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 42.75%
GREEN value IS 55 (21.88% from 255) = 39.86%
BLUE value IS 24 (9.77% from 255) = 17.39%
R=42.75%
G=39.86%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59552400.070.590.7753.1442.1716.27
Hex3B3718073B4D352a10
Octal7367300773115655220
Binary111011110111110000111111011100110111010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B3718; }

 p { color: rgb(59,55,24); }

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

<style>
 a { background-color: #3B3718; }

 a { background-color: rgb(59,55,24); }

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

<style>
 span { border-color: #3B3718; }

 span { border-color: rgb(59,55,24); }

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