#323002

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

Shades of Maire #323002

Tints of Maire #323002

Color information

#323002 (or 0x323002) is unknown color: approx Maire. HEX triplet: 32, 30 and 02. RGB value is (50,48,2). Sum of RGB (Red+Green+Blue) = 50+48+2=100 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 50 - color contains mainly: red. Hex color #323002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323002 is #CDCFFD. Grayscale: #2B2B2B. Windows color (decimal): -13488126 or 143410. OLE color: 143410.

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

Color convert

RGB50482-
CMYK00.040.960.80
HSL57.5º92.31%10.2%-
HSV(B)57.5º96%19.61%-
XYZ2.382.80.47-
YUV43.35104.66132.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 50%
GREEN value IS 48 (19.14% from 255) = 48%
BLUE value IS 2 (1.17% from 255) = 2%
R=50%
G=48%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5048200.040.960.8057.592.3110.2
Hex323020460503a5ca
Octal62602041401207213412
Binary1100101100001001001100000101000011101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323002; }

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

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

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

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

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

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

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

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