#36311F

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

Shades of Graphite #36311F

Tints of Graphite #36311F

Color information

#36311F (or 0x36311F) is unknown color: approx Graphite. HEX triplet: 36, 31 and 1F. RGB value is (54,49,31). Sum of RGB (Red+Green+Blue) = 54+49+31=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 54 - color contains mainly: red. Hex color #36311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36311F is #C9CEE0. Grayscale: #303030. Windows color (decimal): -13225697 or 2044214. OLE color: 2044214.

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

Color convert

RGB544931-
CMYK00.090.430.79
HSL46.96º27.06%16.67%-
HSV(B)46.96º42.59%21.18%-
XYZ2.873.081.74-
YUV48.44118.16131.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.30%
GREEN value IS 49 (19.53% from 255) = 36.57%
BLUE value IS 31 (12.5% from 255) = 23.13%
R=40.30%
G=36.57%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54493100.090.430.7946.9627.0616.67
Hex36311F092B4F2f1b11
Octal66613701153117573321
Binary110110110001111110100110101110011111011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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