Html Css Color HEX #0A040A Mardi Gras

📋 copy color: '#0A040A'

red 10 ◦ green 4 ◦ blue 10

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

Shades of Mardi Gras #0A040A

Tints of Mardi Gras #0A040A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 16.67%

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

R = 41.67%
G = 16.67%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#0A040A (or 0x0A040A) is known color: Mardi Gras. HEX triplet: 0A, 04 and 0A. RGB value is (10,4,10). Sum of RGB (Red+Green+Blue) = 10+4+10=24 (3% of max value = 765). Red value is 10 (4.30% from 255 or 41.67% from 24); Green value is 4 (1.95% from 255 or 16.67% from 24); Blue value is 10 (4.30% from 255 or 41.67% from 24); Max value from RGB is 10 - color contains mainly: red, blue. Hex color #0A040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A040A is #F5FBF5. Grayscale: #060606. Windows color (decimal): -16120822 or 656394. OLE color: 656394.

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

Color convert

RGB 10 4 10 -
CMYK 0 0.6 0 0.96
HSL 300º 0.43% 0.03% -
HSV(B) 300º 0.6% 0.04% -
XYZ 0.22 0.17 0.31 -
YUV 6.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 10 4 10 0 0.6 0 0.96 300 0.43 0.03
Hex A 4 A 0 3C 0 60 12C 2B 3
Octal 12 4 12 0 74 0 140 454 53 3
Binary 1010 100 1010 0 111100 0 1100000 100101100 101011 11

Color Harmonies of #0A040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A040A

Black with #0A040A

Text Example


Text Example

White with #0A040A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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