#33322C

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

Shades of Graphite #33322C

Tints of Graphite #33322C

Color information

#33322C (or 0x33322C) is unknown color: approx Graphite. HEX triplet: 33, 32 and 2C. RGB value is (51,50,44). Sum of RGB (Red+Green+Blue) = 51+50+44=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 51 - color contains mainly: red. Hex color #33322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33322C is #CCCDD3. Grayscale: #313131. Windows color (decimal): -13422036 or 2896435. OLE color: 2896435.

HSL color Cylindrical-coordinate representation of color #33322C: hue angle of 51.43º 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 #33322C is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.8.

Color convert

RGB515044-
CMYK00.020.140.8
HSL51.43º7.37%18.63%-
HSV(B)51.43º13.73%20%-
XYZ2.963.172.84-
YUV49.61124.83128.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.17%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 44 (17.58% from 255) = 30.34%
R=35.17%
G=34.48%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51504400.020.140.851.437.3718.63
Hex33322C02E5033713
Octal636254021612063723
Binary1100111100101011000101110101000011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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