#333012

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

Shades of Maire #333012

Tints of Maire #333012

Color information

#333012 (or 0x333012) is unknown color: approx Maire. HEX triplet: 33, 30 and 12. RGB value is (51,48,18). Sum of RGB (Red+Green+Blue) = 51+48+18=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 51 - color contains mainly: red. Hex color #333012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333012 is #CCCFED. Grayscale: #2D2D2D. Windows color (decimal): -13422574 or 1191987. OLE color: 1191987.

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

Color convert

RGB514818-
CMYK00.060.650.8
HSL54.55º47.83%13.53%-
HSV(B)54.55º64.71%20%-
XYZ2.532.860.99-
YUV45.48112.49131.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.59%
GREEN value IS 48 (19.14% from 255) = 41.03%
BLUE value IS 18 (7.42% from 255) = 15.38%
R=43.59%
G=41.03%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51481800.060.650.854.5547.8313.53
Hex3330120641503730e
Octal63602206101120676016
Binary110011110000100100110100000110100001101111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333012; }

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

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

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

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

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

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

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

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