Html Css Color HEX #0A080A Mardi Gras

📋 copy color: '#0A080A'

red 10 ◦ green 8 ◦ blue 10

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

Shades of Mardi Gras #0A080A

Tints of Mardi Gras #0A080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 28.57%

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

R = 35.71%
G = 28.57%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#0A080A (or 0x0A080A) is known color: 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

RGB 10 8 10 -
CMYK 0 0.2 0 0.96
HSL 300º 0.11% 0.04% -
HSV(B) 300º 0.2% 0.04% -
XYZ 0.27 0.26 0.32 -
YUV 8.83 128.66 128.84 -
System Red Green Blue C M Y K H S L
Decimal 10 8 10 0 0.2 0 0.96 300 0.11 0.04
Hex A 8 A 0 14 0 60 12C B 4
Octal 12 10 12 0 24 0 140 454 13 4
Binary 1010 1000 1010 0 10100 0 1100000 100101100 1011 100

Color Harmonies of #0A080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A080A

Black with #0A080A

Text Example


Text Example

White with #0A080A

Text Example


Text Example

HTML Codes & Css Web 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>