#332F1E

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

Shades of Maire #332F1E

Tints of Maire #332F1E

Color information

#332F1E (or 0x332F1E) is unknown color: approx Maire. HEX triplet: 33, 2F and 1E. RGB value is (51,47,30). Sum of RGB (Red+Green+Blue) = 51+47+30=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 51 - color contains mainly: red. Hex color #332F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332F1E is #CCD0E1. Grayscale: #2E2E2E. Windows color (decimal): -13422818 or 1978163. OLE color: 1978163.

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

Color convert

RGB514730-
CMYK00.080.410.8
HSL48.57º25.93%15.88%-
HSV(B)48.57º41.18%20%-
XYZ2.622.831.64-
YUV46.26118.83131.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.84%
GREEN value IS 47 (18.75% from 255) = 36.72%
BLUE value IS 30 (12.11% from 255) = 23.44%
R=39.84%
G=36.72%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51473000.080.410.848.5725.9315.88
Hex332F1E082950311a10
Octal63573601051120613220
Binary110011101111111100100010100110100001100011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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