#332D05

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

Shades of Maire #332D05

Tints of Maire #332D05

Color information

#332D05 (or 0x332D05) is unknown color: approx Maire. HEX triplet: 33, 2D and 05. RGB value is (51,45,5). Sum of RGB (Red+Green+Blue) = 51+45+5=101 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50.50% from 101); Green value is 45 (17.97% from 255 or 44.55% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 51 - color contains mainly: red. Hex color #332D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332D05 is #CCD2FA. Grayscale: #2A2A2A. Windows color (decimal): -13423355 or 339251. OLE color: 339251.

HSL color Cylindrical-coordinate representation of color #332D05: hue angle of 52.17º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #332D05 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB51455-
CMYK00.120.900.8
HSL52.17º82.14%10.98%-
HSV(B)52.17º90.2%20%-
XYZ2.332.590.52-
YUV42.23106.99134.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50.50%
GREEN value IS 45 (17.97% from 255) = 44.55%
BLUE value IS 5 (2.34% from 255) = 4.95%
R=50.50%
G=44.55%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.90
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5145500.120.900.852.1782.1410.98
Hex332D50C5A503452b
Octal635550141321206412213
Binary110011101101101011001011010101000011010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332D05; }

 p { color: rgb(51,45,5); }

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

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

 a { background-color: rgb(51,45,5); }

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

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

 span { border-color: rgb(51,45,5); }

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