#36332A

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

Shades of Graphite #36332A

Tints of Graphite #36332A

Color information

#36332A (or 0x36332A) is unknown color: approx Graphite. HEX triplet: 36, 33 and 2A. RGB value is (54,51,42). Sum of RGB (Red+Green+Blue) = 54+51+42=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 54 - color contains mainly: red. Hex color #36332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36332A is #C9CCD5. Grayscale: #323232. Windows color (decimal): -13225174 or 2765622. OLE color: 2765622.

HSL color Cylindrical-coordinate representation of color #36332A: hue angle of 45º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #36332A is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.79.

Color convert

RGB545142-
CMYK00.060.220.79
HSL45º12.5%18.82%-
HSV(B)45º22.22%21.18%-
XYZ3.123.322.67-
YUV50.87122.99130.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.73%
GREEN value IS 51 (20.31% from 255) = 34.69%
BLUE value IS 42 (16.80% from 255) = 28.57%
R=36.73%
G=34.69%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54514200.060.220.794512.518.82
Hex36332A06164F2dc13
Octal6663520626117551423
Binary1101101100111010100110101101001111101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,51,42); }

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

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

 a { background-color: rgb(54,51,42); }

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

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

 span { border-color: rgb(54,51,42); }

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