Html Css Color HEX #050205 Mardi Gras

📋 copy color: '#050205'

red 5 ◦ green 2 ◦ blue 5

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

Shades of Mardi Gras #050205

Tints of Mardi Gras #050205

RGB

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

 GREEN value IS 2 (1.17% from 255) = 16.67%

 BLUE value IS 5 (2.34% from 255) = 41.67%

R = 41.67%
G = 16.67%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#050205 (or 0x050205) is known color: Mardi Gras. HEX triplet: 05, 02 and 05. RGB value is (5,2,5). Sum of RGB (Red+Green+Blue) = 5+2+5=12 (1% of max value = 765). Red value is 5 (2.34% from 255 or 41.67% from 12); Green value is 2 (1.17% from 255 or 16.67% from 12); Blue value is 5 (2.34% from 255 or 41.67% from 12); Max value from RGB is 5 - color contains mainly: red, blue. Hex color #050205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050205 is #FAFDFA. Grayscale: #030303. Windows color (decimal): -16449019 or 328197. OLE color: 328197.

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

Color convert

RGB 5 2 5 -
CMYK 0 0.60 0 0.98
HSL 300º 0.43% 0.01% -
HSV(B) 300º 0.6% 0.02% -
XYZ 0.11 0.09 0.15 -
YUV 3.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 5 2 5 0 0.60 0 0.98 300 0.43 0.01
Hex 5 2 5 0 3C 0 62 12C 2B 1
Octal 5 2 5 0 74 0 142 454 53 1
Binary 101 10 101 0 111100 0 1100010 100101100 101011 1

Color Harmonies of #050205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050205

Black with #050205

Text Example


Text Example

White with #050205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050205; }

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

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

background-color css

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

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

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

border-color css

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

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

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