#0A080A

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

Shades of Mardi Gras #0A080A

Tints of Mardi Gras #0A080A

Color information

#0A080A (or 0x0A080A) is unknown color: approx Mardi Gras. HEX triplet: 0A, 08 and 0A. RGB value is (10,8,10). Sum of RGB (Red+Green+Blue) = 10+8+10=28 (3% of max value = 765). Red value is 10 (4.30% from 255 or 35.71% from 28); Green value is 8 (3.52% from 255 or 28.57% from 28); Blue value is 10 (4.30% from 255 or 35.71% from 28); Max value from RGB is 10 - color contains mainly: red, blue. Hex color #0A080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A080A is #F5F7F5. Grayscale: #080808. Windows color (decimal): -16119798 or 657418. OLE color: 657418.

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

Color convert

RGB10810-
CMYK00.200.96
HSL300º11.11%3.53%-
HSV(B)300º20%3.92%-
XYZ0.270.260.32-
YUV8.83128.66128.84-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 35.71%
GREEN value IS 8 (3.52% from 255) = 28.57%
BLUE value IS 10 (4.30% from 255) = 35.71%
R=35.71%
G=28.57%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal1081000.200.9630011.113.53
HexA8A01406012cb4
Octal1210120240140454134
Binary101010001010010100011000001001011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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