Html Css Color HEX #050005 Mardi Gras

📋 copy color: '#050005'

red 5 ◦ green 0 ◦ blue 5

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

Shades of Mardi Gras #050005

Tints of Mardi Gras #050005

RGB

 RED value IS 5 (2.34% from 255) = 50%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 5 (2.34% 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.98

RGB Variations

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

Color information

#050005 (or 0x050005) is known color: Mardi Gras. HEX triplet: 05, 00 and 05. RGB value is (5,0,5). Sum of RGB (Red+Green+Blue) = 5+0+5=10 (1% of max value = 765). Red value is 5 (2.34% from 255 or 50% from 10); Green value is 0 (0.39% from 255 or 0% from 10); Blue value is 5 (2.34% from 255 or 50% from 10); Max value from RGB is 5 - color contains mainly: red, blue. Hex color #050005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050005 is #FAFFFA. Grayscale: #020202. Windows color (decimal): -16449531 or 327685. OLE color: 327685.

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

Color convert

RGB 5 0 5 -
CMYK 0 1 0 0.98
HSL 300º 1% 0.01% -
HSV(B) 300º 1% 0.02% -
XYZ 0.09 0.04 0.15 -
YUV 2.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 5 0 5 0 1 0 0.98 300 1 0.01
Hex 5 0 5 0 64 0 62 12C 64 1
Octal 5 0 5 0 144 0 142 454 144 1
Binary 101 0 101 0 1100100 0 1100010 100101100 1100100 1

Color Harmonies of #050005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050005

Black with #050005

Text Example


Text Example

White with #050005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050005; }

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

 H1.HeaderClassName
 {
   color: #050005;
 }
 .AnyTagClassName
 {
   color: #050005;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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