#333011

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

Shades of Maire #333011

Tints of Maire #333011

Color information

#333011 (or 0x333011) is unknown color: approx Maire. HEX triplet: 33, 30 and 11. RGB value is (51,48,17). Sum of RGB (Red+Green+Blue) = 51+48+17=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #333011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333011 is #CCCFEE. Grayscale: #2D2D2D. Windows color (decimal): -13422575 or 1126451. OLE color: 1126451.

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

Color convert

RGB514817-
CMYK00.060.670.8
HSL54.71º50%13.33%-
HSV(B)54.71º66.67%20%-
XYZ2.522.860.95-
YUV45.36111.99132.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.97%
GREEN value IS 48 (19.14% from 255) = 41.38%
BLUE value IS 17 (7.03% from 255) = 14.66%
R=43.97%
G=41.38%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51481700.060.670.854.715013.33
Hex3330110643503732d
Octal63602106103120676215
Binary110011110000100010110100001110100001101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333011; }

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

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

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

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

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

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

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

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