#030103

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

Shades of Mardi Gras #030103

Tints of Mardi Gras #030103

Color information

#030103 (or 0x030103) is unknown color: approx Mardi Gras. HEX triplet: 03, 01 and 03. RGB value is (3,1,3). Sum of RGB (Red+Green+Blue) = 3+1+3=7 (0% of max value = 765). Red value is 3 (1.56% from 255 or 42.86% from 7); Green value is 1 (0.78% from 255 or 14.29% from 7); Blue value is 3 (1.56% from 255 or 42.86% from 7); Max value from RGB is 3 - color contains mainly: red, blue. Hex color #030103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030103 is #FCFEFC. Grayscale: #010101. Windows color (decimal): -16580349 or 196867. OLE color: 196867.

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

Color convert

RGB313-
CMYK00.6700.99
HSL300º50%0.78%-
HSV(B)300º66.67%1.18%-
XYZ0.060.050.09-
YUV1.83128.66128.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 42.86%
GREEN value IS 1 (0.78% from 255) = 14.29%
BLUE value IS 3 (1.56% from 255) = 42.86%
R=42.86%
G=14.29%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.99
SystemRedGreenBlueCMYKHSL
Decimal31300.6700.99300500.78
Hex31304306312c321
Octal31301030143454621
Binary1111101000011011000111001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030103; }

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

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

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

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

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

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

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

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