#332F1D

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

Shades of Maire #332F1D

Tints of Maire #332F1D

Color information

#332F1D (or 0x332F1D) is unknown color: approx Maire. HEX triplet: 33, 2F and 1D. RGB value is (51,47,29). Sum of RGB (Red+Green+Blue) = 51+47+29=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 51 - color contains mainly: red. Hex color #332F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332F1D is #CCD0E2. Grayscale: #2E2E2E. Windows color (decimal): -13422819 or 1912627. OLE color: 1912627.

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

Color convert

RGB514729-
CMYK00.080.430.8
HSL49.09º27.5%15.69%-
HSV(B)49.09º43.14%20%-
XYZ2.62.831.57-
YUV46.14118.33131.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.16%
GREEN value IS 47 (18.75% from 255) = 37.01%
BLUE value IS 29 (11.72% from 255) = 22.83%
R=40.16%
G=37.01%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51472900.080.430.849.0927.515.69
Hex332F1D082B50311c10
Octal63573501053120613420
Binary110011101111111010100010101110100001100011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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