#332E09

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

Shades of Maire #332E09

Tints of Maire #332E09

Color information

#332E09 (or 0x332E09) is unknown color: approx Maire. HEX triplet: 33, 2E and 09. RGB value is (51,46,9). Sum of RGB (Red+Green+Blue) = 51+46+9=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #332E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332E09 is #CCD1F6. Grayscale: #2B2B2B. Windows color (decimal): -13423095 or 601651. OLE color: 601651.

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

Color convert

RGB51469-
CMYK00.100.820.8
HSL52.86º70%11.76%-
HSV(B)52.86º82.35%20%-
XYZ2.392.680.65-
YUV43.28108.66133.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.11%
GREEN value IS 46 (18.36% from 255) = 43.40%
BLUE value IS 9 (3.91% from 255) = 8.49%
R=48.11%
G=43.40%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5146900.100.820.852.867011.76
Hex332E90A52503546c
Octal6356110121221206510614
Binary1100111011101001010101010010101000011010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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