#36301E

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

Shades of Graphite #36301E

Tints of Graphite #36301E

Color information

#36301E (or 0x36301E) is unknown color: approx Graphite. HEX triplet: 36, 30 and 1E. RGB value is (54,48,30). Sum of RGB (Red+Green+Blue) = 54+48+30=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 54 - color contains mainly: red. Hex color #36301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36301E is #C9CFE1. Grayscale: #2F2F2F. Windows color (decimal): -13225954 or 1978422. OLE color: 1978422.

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

Color convert

RGB544830-
CMYK00.110.440.79
HSL45º28.57%16.47%-
HSV(B)45º44.44%21.18%-
XYZ2.812.991.66-
YUV47.74117.99132.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.91%
GREEN value IS 48 (19.14% from 255) = 36.36%
BLUE value IS 30 (12.11% from 255) = 22.73%
R=40.91%
G=36.36%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54483000.110.440.794528.5716.47
Hex36301E0B2C4F2d1d10
Octal66603601354117553520
Binary110110110000111100101110110010011111011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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