#332F19

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

Shades of Maire #332F19

Tints of Maire #332F19

Color information

#332F19 (or 0x332F19) is unknown color: approx Maire. HEX triplet: 33, 2F and 19. RGB value is (51,47,25). Sum of RGB (Red+Green+Blue) = 51+47+25=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 51 - color contains mainly: red. Hex color #332F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332F19 is #CCD0E6. Grayscale: #2D2D2D. Windows color (decimal): -13422823 or 1650483. OLE color: 1650483.

HSL color Cylindrical-coordinate representation of color #332F19: hue angle of 50.77º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #332F19 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB514725-
CMYK00.080.510.8
HSL50.77º34.21%14.9%-
HSV(B)50.77º50.98%20%-
XYZ2.562.811.33-
YUV45.69116.33131.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.46%
GREEN value IS 47 (18.75% from 255) = 38.21%
BLUE value IS 25 (10.16% from 255) = 20.33%
R=41.46%
G=38.21%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51472500.080.510.850.7734.2114.9
Hex332F190833503322f
Octal63573101063120634217
Binary110011101111110010100011001110100001100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,47,25); }

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

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

 a { background-color: rgb(51,47,25); }

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

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

 span { border-color: rgb(51,47,25); }

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