#0A0A04

Color #0A0A04 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #0A0A04

Tints of Maire #0A0A04

Color information

#0A0A04 (or 0x0A0A04) is unknown color: approx Maire. HEX triplet: 0A, 0A and 04. RGB value is (10,10,4). Sum of RGB (Red+Green+Blue) = 10+10+4=24 (3% of max value = 765). Red value is 10 (4.30% from 255 or 41.67% from 24); Green value is 10 (4.30% from 255 or 41.67% from 24); Blue value is 4 (1.95% from 255 or 16.67% from 24); Max value from RGB is 10 - color contains mainly: red, green. Hex color #0A0A04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0A04 is #F5F5FB. Grayscale: #090909. Windows color (decimal): -16119292 or 264714. OLE color: 264714.

HSL color Cylindrical-coordinate representation of color #0A0A04: hue angle of 60º 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 #0A0A04 is Cyan = 0, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.96.

Color convert

RGB10104-
CMYK000.60.96
HSL60º42.86%2.75%-
HSV(B)60º60%3.92%-
XYZ0.260.290.16-
YUV9.32125128.49-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 41.67%
GREEN value IS 10 (4.30% from 255) = 41.67%
BLUE value IS 4 (1.95% from 255) = 16.67%
R=41.67%
G=41.67%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal10104000.60.966042.862.75
HexAA4003C603c2b3
Octal12124007414074533
Binary1010101010000111100110000011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A0A04;
 }
 .AnyTagClassName
 {
   color: #0A0A04;
 }
</style>
background-color css

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

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

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

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

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

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