Html Css Color HEX #0A020A Mardi Gras

📋 copy color: '#0A020A'

red 10 ◦ green 2 ◦ blue 10

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

Shades of Mardi Gras #0A020A

Tints of Mardi Gras #0A020A

RGB

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

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

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

R = 45.45%
G = 9.09%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#0A020A (or 0x0A020A) is known color: Mardi Gras. HEX triplet: 0A, 02 and 0A. RGB value is (10,2,10). Sum of RGB (Red+Green+Blue) = 10+2+10=22 (2% of max value = 765). Red value is 10 (4.30% from 255 or 45.45% from 22); Green value is 2 (1.17% from 255 or 9.09% from 22); Blue value is 10 (4.30% from 255 or 45.45% from 22); Max value from RGB is 10 - color contains mainly: red, blue. Hex color #0A020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A020A is #F5FDF5. Grayscale: #050505. Windows color (decimal): -16121334 or 655882. OLE color: 655882.

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

Color convert

RGB 10 2 10 -
CMYK 0 0.8 0 0.96
HSL 300º 0.67% 0.02% -
HSV(B) 300º 0.8% 0.04% -
XYZ 0.2 0.13 0.3 -
YUV 5.3 130.65 131.35 -
System Red Green Blue C M Y K H S L
Decimal 10 2 10 0 0.8 0 0.96 300 0.67 0.02
Hex A 2 A 0 50 0 60 12C 43 2
Octal 12 2 12 0 120 0 140 454 103 2
Binary 1010 10 1010 0 1010000 0 1100000 100101100 1000011 10

Color Harmonies of #0A020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A020A

Black with #0A020A

Text Example


Text Example

White with #0A020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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