#36301F

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

Shades of Graphite #36301F

Tints of Graphite #36301F

Color information

#36301F (or 0x36301F) is unknown color: approx Graphite. HEX triplet: 36, 30 and 1F. RGB value is (54,48,31). Sum of RGB (Red+Green+Blue) = 54+48+31=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 54 - color contains mainly: red. Hex color #36301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36301F is #C9CFE0. Grayscale: #2F2F2F. Windows color (decimal): -13225953 or 2043958. OLE color: 2043958.

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

Color convert

RGB544831-
CMYK00.110.430.79
HSL44.35º27.06%16.67%-
HSV(B)44.35º42.59%21.18%-
XYZ2.8331.73-
YUV47.86118.49132.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.60%
GREEN value IS 48 (19.14% from 255) = 36.09%
BLUE value IS 31 (12.5% from 255) = 23.31%
R=40.60%
G=36.09%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54483100.110.430.7944.3527.0616.67
Hex36301F0B2B4F2c1b11
Octal66603701353117543321
Binary110110110000111110101110101110011111011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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