Html Css Color HEX #0A060A Mardi Gras

📋 copy color: '#0A060A'

red 10 ◦ green 6 ◦ blue 10

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

Shades of Mardi Gras #0A060A

Tints of Mardi Gras #0A060A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 23.08%

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

R = 38.46%
G = 23.08%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#0A060A (or 0x0A060A) is known color: Mardi Gras. HEX triplet: 0A, 06 and 0A. RGB value is (10,6,10). Sum of RGB (Red+Green+Blue) = 10+6+10=26 (3% of max value = 765). Red value is 10 (4.30% from 255 or 38.46% from 26); Green value is 6 (2.73% from 255 or 23.08% from 26); Blue value is 10 (4.30% from 255 or 38.46% from 26); Max value from RGB is 10 - color contains mainly: red, blue. Hex color #0A060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A060A is #F5F9F5. Grayscale: #070707. Windows color (decimal): -16120310 or 656906. OLE color: 656906.

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

Color convert

RGB 10 6 10 -
CMYK 0 0.4 0 0.96
HSL 300º 0.25% 0.03% -
HSV(B) 300º 0.4% 0.04% -
XYZ 0.25 0.22 0.32 -
YUV 7.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 10 6 10 0 0.4 0 0.96 300 0.25 0.03
Hex A 6 A 0 28 0 60 12C 19 3
Octal 12 6 12 0 50 0 140 454 31 3
Binary 1010 110 1010 0 101000 0 1100000 100101100 11001 11

Color Harmonies of #0A060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A060A

Black with #0A060A

Text Example


Text Example

White with #0A060A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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