Html Css Color HEX #0A070A Mardi Gras

📋 copy color: '#0A070A'

red 10 ◦ green 7 ◦ blue 10

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

Shades of Mardi Gras #0A070A

Tints of Mardi Gras #0A070A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 25.93%

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

R = 37.04%
G = 25.93%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#0A070A (or 0x0A070A) is known color: Mardi Gras. HEX triplet: 0A, 07 and 0A. RGB value is (10,7,10). Sum of RGB (Red+Green+Blue) = 10+7+10=27 (3% of max value = 765). Red value is 10 (4.30% from 255 or 37.04% from 27); Green value is 7 (3.12% from 255 or 25.93% from 27); Blue value is 10 (4.30% from 255 or 37.04% from 27); Max value from RGB is 10 - color contains mainly: red, blue. Hex color #0A070A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A070A is #F5F8F5. Grayscale: #080808. Windows color (decimal): -16120054 or 657162. OLE color: 657162.

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

Color convert

RGB 10 7 10 -
CMYK 0 0.30 0 0.96
HSL 300º 0.18% 0.03% -
HSV(B) 300º 0.3% 0.04% -
XYZ 0.26 0.24 0.32 -
YUV 8.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 10 7 10 0 0.30 0 0.96 300 0.18 0.03
Hex A 7 A 0 1E 0 60 12C 12 3
Octal 12 7 12 0 36 0 140 454 22 3
Binary 1010 111 1010 0 11110 0 1100000 100101100 10010 11

Color Harmonies of #0A070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A070A

Black with #0A070A

Text Example


Text Example

White with #0A070A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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