Html Css Color HEX #0A050A Mardi Gras

📋 copy color: '#0A050A'

red 10 ◦ green 5 ◦ blue 10

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

Shades of Mardi Gras #0A050A

Tints of Mardi Gras #0A050A

RGB

 RED value IS 10 (4.3% from 255) = 40%

 GREEN value IS 5 (2.34% from 255) = 20%

 BLUE value IS 10 (4.3% from 255) = 40%

R = 40%
G = 20%
B = 40%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#0A050A (or 0x0A050A) is known color: Mardi Gras. HEX triplet: 0A, 05 and 0A. RGB value is (10,5,10). Sum of RGB (Red+Green+Blue) = 10+5+10=25 (3% of max value = 765). Red value is 10 (4.30% from 255 or 40% from 25); Green value is 5 (2.34% from 255 or 20% from 25); Blue value is 10 (4.30% from 255 or 40% from 25); Max value from RGB is 10 - color contains mainly: red, blue. Hex color #0A050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A050A is #F5FAF5. Grayscale: #070707. Windows color (decimal): -16120566 or 656650. OLE color: 656650.

HSL color Cylindrical-coordinate representation of color #0A050A: hue angle of 300º degrees, saturation: 0.33, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0A050A is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 10 5 10 -
CMYK 0 0.50 0 0.96
HSL 300º 0.33% 0.03% -
HSV(B) 300º 0.5% 0.04% -
XYZ 0.23 0.19 0.31 -
YUV 7.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 10 5 10 0 0.50 0 0.96 300 0.33 0.03
Hex A 5 A 0 32 0 60 12C 21 3
Octal 12 5 12 0 62 0 140 454 41 3
Binary 1010 101 1010 0 110010 0 1100000 100101100 100001 11

Color Harmonies of #0A050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A050A

Black with #0A050A

Text Example


Text Example

White with #0A050A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A050A; }

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

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

background-color css

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

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

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

border-color css

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

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

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