#332B0D

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

Shades of Maire #332B0D

Tints of Maire #332B0D

Color information

#332B0D (or 0x332B0D) is unknown color: approx Maire. HEX triplet: 33, 2B and 0D. RGB value is (51,43,13). Sum of RGB (Red+Green+Blue) = 51+43+13=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 43 (17.19% from 255 or 40.19% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #332B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332B0D is #CCD4F2. Grayscale: #2A2A2A. Windows color (decimal): -13423859 or 863027. OLE color: 863027.

HSL color Cylindrical-coordinate representation of color #332B0D: hue angle of 47.37º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #332B0D is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB514313-
CMYK00.160.750.8
HSL47.37º59.38%12.55%-
HSV(B)47.37º74.51%20%-
XYZ2.32.460.73-
YUV41.97111.65134.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.66%
GREEN value IS 43 (17.19% from 255) = 40.19%
BLUE value IS 13 (5.47% from 255) = 12.15%
R=47.66%
G=40.19%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51431300.160.750.847.3759.3812.55
Hex332BD0104B502f3bd
Octal635315020113120577315
Binary1100111010111101010000100101110100001011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,43,13); }

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

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

 a { background-color: rgb(51,43,13); }

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

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

 span { border-color: rgb(51,43,13); }

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