#332F05

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

Shades of Maire #332F05

Tints of Maire #332F05

Color information

#332F05 (or 0x332F05) is unknown color: approx Maire. HEX triplet: 33, 2F and 05. RGB value is (51,47,5). Sum of RGB (Red+Green+Blue) = 51+47+5=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 47 (18.75% from 255 or 45.63% from 103); Blue value is 5 (2.34% from 255 or 4.85% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #332F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332F05 is #CCD0FA. Grayscale: #2B2B2B. Windows color (decimal): -13422843 or 339763. OLE color: 339763.

HSL color Cylindrical-coordinate representation of color #332F05: hue angle of 54.78º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #332F05 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB51475-
CMYK00.080.900.8
HSL54.78º82.14%10.98%-
HSV(B)54.78º90.2%20%-
XYZ2.412.750.55-
YUV43.41106.33133.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 49.51%
GREEN value IS 47 (18.75% from 255) = 45.63%
BLUE value IS 5 (2.34% from 255) = 4.85%
R=49.51%
G=45.63%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.90
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5147500.080.900.854.7882.1410.98
Hex332F5085A503752b
Octal635750101321206712213
Binary110011101111101010001011010101000011011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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