#36301A

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

Shades of Graphite #36301A

Tints of Graphite #36301A

Color information

#36301A (or 0x36301A) is unknown color: approx Graphite. HEX triplet: 36, 30 and 1A. RGB value is (54,48,26). Sum of RGB (Red+Green+Blue) = 54+48+26=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 54 - color contains mainly: red. Hex color #36301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36301A is #C9CFE5. Grayscale: #2F2F2F. Windows color (decimal): -13225958 or 1716278. OLE color: 1716278.

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

Color convert

RGB544826-
CMYK00.110.520.79
HSL47.14º35%15.69%-
HSV(B)47.14º51.85%21.18%-
XYZ2.762.971.41-
YUV47.29115.99132.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.19%
GREEN value IS 48 (19.14% from 255) = 37.5%
BLUE value IS 26 (10.55% from 255) = 20.31%
R=42.19%
G=37.5%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54482600.110.520.7947.143515.69
Hex36301A0B344F2f2310
Octal66603201364117574320
Binary1101101100001101001011110100100111110111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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