#33312C

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

Shades of Graphite #33312C

Tints of Graphite #33312C

Color information

#33312C (or 0x33312C) is unknown color: approx Graphite. HEX triplet: 33, 31 and 2C. RGB value is (51,49,44). Sum of RGB (Red+Green+Blue) = 51+49+44=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 51 - color contains mainly: red. Hex color #33312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33312C is #CCCED3. Grayscale: #313131. Windows color (decimal): -13422292 or 2896179. OLE color: 2896179.

HSL color Cylindrical-coordinate representation of color #33312C: hue angle of 42.86º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #33312C is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.8.

Color convert

RGB514944-
CMYK00.040.140.8
HSL42.86º7.37%18.63%-
HSV(B)42.86º13.73%20%-
XYZ2.923.082.82-
YUV49.03125.16129.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.42%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 44 (17.58% from 255) = 30.56%
R=35.42%
G=34.03%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51494400.040.140.842.867.3718.63
Hex33312C04E502b713
Octal636154041612053723
Binary11001111000110110001001110101000010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33312C; }

 p { color: rgb(51,49,44); }

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

<style>
 a { background-color: #33312C; }

 a { background-color: rgb(51,49,44); }

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

<style>
 span { border-color: #33312C; }

 span { border-color: rgb(51,49,44); }

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