#030203

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

Shades of Mardi Gras #030203

Tints of Mardi Gras #030203

Color information

#030203 (or 0x030203) is unknown color: approx Mardi Gras. HEX triplet: 03, 02 and 03. RGB value is (3,2,3). Sum of RGB (Red+Green+Blue) = 3+2+3=8 (1% of max value = 765). Red value is 3 (1.56% from 255 or 37.5% from 8); Green value is 2 (1.17% from 255 or 25% from 8); Blue value is 3 (1.56% from 255 or 37.5% from 8); Max value from RGB is 3 - color contains mainly: red, blue. Hex color #030203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030203 is #FCFDFC. Grayscale: #020202. Windows color (decimal): -16580093 or 197123. OLE color: 197123.

HSL color Cylindrical-coordinate representation of color #030203: hue angle of 300º degrees, saturation: 0.2, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #030203 is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.99.

Color convert

RGB323-
CMYK00.3300.99
HSL300º20%0.98%-
HSV(B)300º33.33%1.18%-
XYZ0.080.070.1-
YUV2.41128.33128.42-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 37.5%
GREEN value IS 2 (1.17% from 255) = 25%
BLUE value IS 3 (1.56% from 255) = 37.5%
R=37.5%
G=25%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.99
SystemRedGreenBlueCMYKHSL
Decimal32300.3300.99300200.98
Hex32302106312c141
Octal3230410143454241
Binary111011010000101100011100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030203; }

 p { color: rgb(3,2,3); }

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

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

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

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

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

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

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