#332F1A

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

Shades of Maire #332F1A

Tints of Maire #332F1A

Color information

#332F1A (or 0x332F1A) is unknown color: approx Maire. HEX triplet: 33, 2F and 1A. RGB value is (51,47,26). Sum of RGB (Red+Green+Blue) = 51+47+26=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 47 (18.75% from 255 or 37.90% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 51 - color contains mainly: red. Hex color #332F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332F1A is #CCD0E5. Grayscale: #2D2D2D. Windows color (decimal): -13422822 or 1716019. OLE color: 1716019.

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

Color convert

RGB514726-
CMYK00.080.490.8
HSL50.4º32.47%15.1%-
HSV(B)50.4º49.02%20%-
XYZ2.572.811.38-
YUV45.8116.83131.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.13%
GREEN value IS 47 (18.75% from 255) = 37.90%
BLUE value IS 26 (10.55% from 255) = 20.97%
R=41.13%
G=37.90%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51472600.080.490.850.432.4715.1
Hex332F1A0831503220f
Octal63573201061120624017
Binary110011101111110100100011000110100001100101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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