#332E01

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

Shades of Maire #332E01

Tints of Maire #332E01

Color information

#332E01 (or 0x332E01) is unknown color: approx Maire. HEX triplet: 33, 2E and 01. RGB value is (51,46,1). Sum of RGB (Red+Green+Blue) = 51+46+1=98 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.04% from 98); Green value is 46 (18.36% from 255 or 46.94% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 51 - color contains mainly: red. Hex color #332E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332E01 is #CCD1FE. Grayscale: #2A2A2A. Windows color (decimal): -13423103 or 77363. OLE color: 77363.

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

Color convert

RGB51461-
CMYK00.100.980.8
HSL54º96.15%10.2%-
HSV(B)54º98.04%20%-
XYZ2.352.660.42-
YUV42.36104.66134.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 52.04%
GREEN value IS 46 (18.36% from 255) = 46.94%
BLUE value IS 1 (0.78% from 255) = 1.02%
R=52.04%
G=46.94%
B=1.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.98
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5146100.100.980.85496.1510.2
Hex332E10A62503660a
Octal635610121421206614012
Binary1100111011101010101100010101000011011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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