#36332C

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

Shades of Graphite #36332C

Tints of Graphite #36332C

Color information

#36332C (or 0x36332C) is unknown color: approx Graphite. HEX triplet: 36, 33 and 2C. RGB value is (54,51,44). Sum of RGB (Red+Green+Blue) = 54+51+44=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 54 - color contains mainly: red. Hex color #36332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36332C is #C9CCD3. Grayscale: #333333. Windows color (decimal): -13225172 or 2896694. OLE color: 2896694.

HSL color Cylindrical-coordinate representation of color #36332C: hue angle of 42º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #36332C is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB545144-
CMYK00.060.190.79
HSL42º10.2%19.22%-
HSV(B)42º18.52%21.18%-
XYZ3.163.332.86-
YUV51.1123.99130.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.24%
GREEN value IS 51 (20.31% from 255) = 34.23%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=36.24%
G=34.23%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54514400.060.190.794210.219.22
Hex36332C06134F2aa13
Octal6663540623117521223
Binary1101101100111011000110100111001111101010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36332C; }

 p { color: rgb(54,51,44); }

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

<style>
 a { background-color: #36332C; }

 a { background-color: rgb(54,51,44); }

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

<style>
 span { border-color: #36332C; }

 span { border-color: rgb(54,51,44); }

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