#333021

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

Shades of Graphite #333021

Tints of Graphite #333021

Color information

#333021 (or 0x333021) is unknown color: approx Graphite. HEX triplet: 33, 30 and 21. RGB value is (51,48,33). Sum of RGB (Red+Green+Blue) = 51+48+33=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 51 - color contains mainly: red. Hex color #333021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333021 is #CCCFDE. Grayscale: #2F2F2F. Windows color (decimal): -13422559 or 2175027. OLE color: 2175027.

HSL color Cylindrical-coordinate representation of color #333021: hue angle of 50º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #333021 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB514833-
CMYK00.060.350.8
HSL50º21.43%16.47%-
HSV(B)50º35.29%20%-
XYZ2.72.931.86-
YUV47.19119.99130.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.64%
GREEN value IS 48 (19.14% from 255) = 36.36%
BLUE value IS 33 (13.28% from 255) = 25%
R=38.64%
G=36.36%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51483300.060.350.85021.4316.47
Hex333021062350321510
Octal6360410643120622520
Binary110011110000100001011010001110100001100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333021; }

 p { color: rgb(51,48,33); }

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

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

 a { background-color: rgb(51,48,33); }

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

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

 span { border-color: rgb(51,48,33); }

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