#36301C

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

Shades of Graphite #36301C

Tints of Graphite #36301C

Color information

#36301C (or 0x36301C) is unknown color: approx Graphite. HEX triplet: 36, 30 and 1C. RGB value is (54,48,28). Sum of RGB (Red+Green+Blue) = 54+48+28=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 54 - color contains mainly: red. Hex color #36301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36301C is #C9CFE3. Grayscale: #2F2F2F. Windows color (decimal): -13225956 or 1847350. OLE color: 1847350.

HSL color Cylindrical-coordinate representation of color #36301C: hue angle of 46.15º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36301C is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.79.

Color convert

RGB544828-
CMYK00.110.480.79
HSL46.15º31.71%16.08%-
HSV(B)46.15º48.15%21.18%-
XYZ2.792.981.53-
YUV47.51116.99132.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.54%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 28 (11.33% from 255) = 21.54%
R=41.54%
G=36.92%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54482800.110.480.7946.1531.7116.08
Hex36301C0B304F2e2010
Octal66603401360117564020
Binary1101101100001110001011110000100111110111010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,48,28); }

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

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

 a { background-color: rgb(54,48,28); }

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

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

 span { border-color: rgb(54,48,28); }

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