#0A010A

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

Shades of Mardi Gras #0A010A

Tints of Mardi Gras #0A010A

Color information

#0A010A (or 0x0A010A) is unknown color: approx Mardi Gras. HEX triplet: 0A, 01 and 0A. RGB value is (10,1,10). Sum of RGB (Red+Green+Blue) = 10+1+10=21 (2% of max value = 765). Red value is 10 (4.30% from 255 or 47.62% from 21); Green value is 1 (0.78% from 255 or 4.76% from 21); Blue value is 10 (4.30% from 255 or 47.62% from 21); Max value from RGB is 10 - color contains mainly: red, blue. Hex color #0A010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A010A is #F5FEF5. Grayscale: #040404. Windows color (decimal): -16121590 or 655626. OLE color: 655626.

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

Color convert

RGB10110-
CMYK00.9000.96
HSL300º81.82%2.16%-
HSV(B)300º90%3.92%-
XYZ0.190.110.3-
YUV4.72130.98131.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 47.62%
GREEN value IS 1 (0.78% from 255) = 4.76%
BLUE value IS 10 (4.30% from 255) = 47.62%
R=47.62%
G=4.76%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal1011000.9000.9630081.822.16
HexA1A05A06012c522
Octal12112013201404541222
Binary1010110100101101001100000100101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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