Html Css Color HEX #030003 Mardi Gras

📋 copy color: '#030003'

red 3 ◦ green 0 ◦ blue 3

#030003
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #030003

Tints of Mardi Gras #030003

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 value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.99

RGB Variations

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

Color information

#030003 (or 0x030003) is known color: 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

RGB 3 0 3 -
CMYK 0 1 0 0.99
HSL 300º 1% 0.01% -
HSV(B) 300º 1% 0.01% -
XYZ 0.05 0.03 0.09 -
YUV 1.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 3 0 3 0 1 0 0.99 300 1 0.01
Hex 3 0 3 0 64 0 63 12C 64 1
Octal 3 0 3 0 144 0 143 454 144 1
Binary 11 0 11 0 1100100 0 1100011 100101100 1100100 1

Color Harmonies of #030003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030003

Black with #030003

Text Example


Text Example

White with #030003

Text Example


Text Example

HTML Codes & Css Web 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>