#030003

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

Shades of Mardi Gras #030003

Tints of Mardi Gras #030003

Color information

#030003 (or 0x030003) is unknown color: approx Mardi Gras. HEX triplet: 03, 00 and 03. RGB value is (3,0,3). Sum of RGB (Red+Green+Blue) = 3+0+3=6 (0% of max value = 765). Red value is 3 (1.56% from 255 or 50% from 6); Green value is 0 (0.39% from 255 or 0% from 6); Blue value is 3 (1.56% from 255 or 50% from 6); Max value from RGB is 3 - color contains mainly: red, blue. Hex color #030003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030003 is #FCFFFC. Grayscale: #010101. Windows color (decimal): -16580605 or 196611. OLE color: 196611.

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

Color convert

RGB303-
CMYK0100.99
HSL300º100%0.59%-
HSV(B)300º100%1.18%-
XYZ0.050.030.09-
YUV1.24128.99129.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.99
SystemRedGreenBlueCMYKHSL
Decimal3030100.993001000.59
Hex30306406312c641
Octal303014401434541441
Binary11011011001000110001110010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030003; }

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

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

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

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

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

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

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

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