#323007

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

Shades of Maire #323007

Tints of Maire #323007

Color information

#323007 (or 0x323007) is unknown color: approx Maire. HEX triplet: 32, 30 and 07. RGB value is (50,48,7). Sum of RGB (Red+Green+Blue) = 50+48+7=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 7 (3.12% from 255 or 6.67% from 105); Max value from RGB is 50 - color contains mainly: red. Hex color #323007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323007 is #CDCFF8. Grayscale: #2C2C2C. Windows color (decimal): -13488121 or 471090. OLE color: 471090.

HSL color Cylindrical-coordinate representation of color #323007: hue angle of 57.21º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #323007 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.80.

Color convert

RGB50487-
CMYK00.040.860.80
HSL57.21º75.44%11.18%-
HSV(B)57.21º86%19.61%-
XYZ2.412.810.62-
YUV43.92107.16132.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.62%
GREEN value IS 48 (19.14% from 255) = 45.71%
BLUE value IS 7 (3.12% from 255) = 6.67%
R=47.62%
G=45.71%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.86
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5048700.040.860.8057.2175.4411.18
Hex32307045650394bb
Octal62607041261207111313
Binary11001011000011101001010110101000011100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323007; }

 p { color: rgb(50,48,7); }

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

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

 a { background-color: rgb(50,48,7); }

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

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

 span { border-color: rgb(50,48,7); }

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