#050305

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

Shades of Mardi Gras #050305

Tints of Mardi Gras #050305

Color information

#050305 (or 0x050305) is unknown color: approx Mardi Gras. HEX triplet: 05, 03 and 05. RGB value is (5,3,5). Sum of RGB (Red+Green+Blue) = 5+3+5=13 (1% of max value = 765). Red value is 5 (2.34% from 255 or 38.46% from 13); Green value is 3 (1.56% from 255 or 23.08% from 13); Blue value is 5 (2.34% from 255 or 38.46% from 13); Max value from RGB is 5 - color contains mainly: red, blue. Hex color #050305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050305 is #FAFCFA. Grayscale: #030303. Windows color (decimal): -16448763 or 328453. OLE color: 328453.

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

Color convert

RGB535-
CMYK00.4000.98
HSL300º25%1.57%-
HSV(B)300º40%1.96%-
XYZ0.120.110.16-
YUV3.83128.66128.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 38.46%
GREEN value IS 3 (1.56% from 255) = 23.08%
BLUE value IS 5 (2.34% from 255) = 38.46%
R=38.46%
G=23.08%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal53500.4000.98300251.57
Hex53502806212c192
Octal5350500142454312
Binary101111010101000011000101001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050305; }

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

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

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

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

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

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

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

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