#332B08

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

Shades of Maire #332B08

Tints of Maire #332B08

Color information

#332B08 (or 0x332B08) is unknown color: approx Maire. HEX triplet: 33, 2B and 08. RGB value is (51,43,8). Sum of RGB (Red+Green+Blue) = 51+43+8=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 43 (17.19% from 255 or 42.16% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #332B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332B08 is #CCD4F7. Grayscale: #292929. Windows color (decimal): -13423864 or 535347. OLE color: 535347.

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

Color convert

RGB51438-
CMYK00.160.840.8
HSL48.84º72.88%11.57%-
HSV(B)48.84º84.31%20%-
XYZ2.272.450.58-
YUV41.4109.15134.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50%
GREEN value IS 43 (17.19% from 255) = 42.16%
BLUE value IS 8 (3.52% from 255) = 7.84%
R=50%
G=42.16%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.84
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5143800.160.840.848.8472.8811.57
Hex332B801054503149c
Octal6353100201241206111114
Binary11001110101110000100001010100101000011000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,43,8); }

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

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

 a { background-color: rgb(51,43,8); }

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

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

 span { border-color: rgb(51,43,8); }

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