#323000

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

Shades of Maire #323000

Tints of Maire #323000

Color information

#323000 (or 0x323000) is unknown color: approx Maire. HEX triplet: 32, 30 and 00. RGB value is (50,48,0). Sum of RGB (Red+Green+Blue) = 50+48+0=98 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.02% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 50 - color contains mainly: red. Hex color #323000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323000 is #CDCFFF. Grayscale: #2B2B2B. Windows color (decimal): -13488128 or 12338. OLE color: 12338.

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

Color convert

RGB50480-
CMYK00.0410.80
HSL57.6º100%9.8%-
HSV(B)57.6º100%19.61%-
XYZ2.372.790.41-
YUV43.13103.66132.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 51.02%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.02%
G=48.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5048000.0410.8057.61009.8
Hex323000464503a64a
Octal62600041441207214412
Binary110010110000001001100100101000011101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323000; }

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

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

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

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

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

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

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

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