#33322A

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

Shades of Graphite #33322A

Tints of Graphite #33322A

Color information

#33322A (or 0x33322A) is unknown color: approx Graphite. HEX triplet: 33, 32 and 2A. RGB value is (51,50,42). Sum of RGB (Red+Green+Blue) = 51+50+42=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 51 - color contains mainly: red. Hex color #33322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33322A is #CCCDD5. Grayscale: #313131. Windows color (decimal): -13422038 or 2765363. OLE color: 2765363.

HSL color Cylindrical-coordinate representation of color #33322A: hue angle of 53.33º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #33322A is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB515042-
CMYK00.020.180.8
HSL53.33º9.68%18.24%-
HSV(B)53.33º17.65%20%-
XYZ2.923.152.64-
YUV49.39123.83129.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.66%
GREEN value IS 50 (19.92% from 255) = 34.97%
BLUE value IS 42 (16.80% from 255) = 29.37%
R=35.66%
G=34.97%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51504200.020.180.853.339.6818.24
Hex33322A02125035a12
Octal6362520222120651222
Binary110011110010101010010100101010000110101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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