#332E05

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

Shades of Maire #332E05

Tints of Maire #332E05

Color information

#332E05 (or 0x332E05) is unknown color: approx Maire. HEX triplet: 33, 2E and 05. RGB value is (51,46,5). Sum of RGB (Red+Green+Blue) = 51+46+5=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #332E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332E05 is #CCD1FA. Grayscale: #2A2A2A. Windows color (decimal): -13423099 or 339507. OLE color: 339507.

HSL color Cylindrical-coordinate representation of color #332E05: hue angle of 53.48º 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 #332E05 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB51465-
CMYK00.100.900.8
HSL53.48º82.14%10.98%-
HSV(B)53.48º90.2%20%-
XYZ2.372.670.53-
YUV42.82106.66133.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50%
GREEN value IS 46 (18.36% from 255) = 45.10%
BLUE value IS 5 (2.34% from 255) = 4.90%
R=50%
G=45.10%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5146500.100.900.853.4882.1410.98
Hex332E50A5A503552b
Octal635650121321206512213
Binary110011101110101010101011010101000011010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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