#332F1B

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

Shades of Maire #332F1B

Tints of Maire #332F1B

Color information

#332F1B (or 0x332F1B) is unknown color: approx Maire. HEX triplet: 33, 2F and 1B. RGB value is (51,47,27). Sum of RGB (Red+Green+Blue) = 51+47+27=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 51 - color contains mainly: red. Hex color #332F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332F1B is #CCD0E4. Grayscale: #2D2D2D. Windows color (decimal): -13422821 or 1781555. OLE color: 1781555.

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

Color convert

RGB514727-
CMYK00.080.470.8
HSL50º30.77%15.29%-
HSV(B)50º47.06%20%-
XYZ2.582.821.44-
YUV45.92117.33131.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.8%
GREEN value IS 47 (18.75% from 255) = 37.6%
BLUE value IS 27 (10.94% from 255) = 21.6%
R=40.8%
G=37.6%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51472700.080.470.85030.7715.29
Hex332F1B082F50321ff
Octal63573301057120623717
Binary11001110111111011010001011111010000110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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