#36311A

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

Shades of Graphite #36311A

Tints of Graphite #36311A

Color information

#36311A (or 0x36311A) is unknown color: approx Graphite. HEX triplet: 36, 31 and 1A. RGB value is (54,49,26). Sum of RGB (Red+Green+Blue) = 54+49+26=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 54 - color contains mainly: red. Hex color #36311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36311A is #C9CEE5. Grayscale: #2F2F2F. Windows color (decimal): -13225702 or 1716534. OLE color: 1716534.

HSL color Cylindrical-coordinate representation of color #36311A: hue angle of 49.29º 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 #36311A is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.79.

Color convert

RGB544926-
CMYK00.090.520.79
HSL49.29º35%15.69%-
HSV(B)49.29º51.85%21.18%-
XYZ2.813.061.42-
YUV47.87115.66132.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.86%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 26 (10.55% from 255) = 20.16%
R=41.86%
G=37.98%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54492600.090.520.7949.293515.69
Hex36311A09344F312310
Octal66613201164117614320
Binary1101101100011101001001110100100111111000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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