Html Css Color HEX #0A0A09 Maire

📋 copy color: '#0A0A09'

red 10 ◦ green 10 ◦ blue 9

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

Shades of Maire #0A0A09

Tints of Maire #0A0A09

RGB

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

 GREEN value IS 10 (4.3% from 255) = 34.48%

 BLUE value IS 9 (3.91% from 255) = 31.03%

R = 34.48%
G = 34.48%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.10

 K value IS 0.96

RGB Variations

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

Color information

#0A0A09 (or 0x0A0A09) is known color: Maire. HEX triplet: 0A, 0A and 09. RGB value is (10,10,9). Sum of RGB (Red+Green+Blue) = 10+10+9=29 (3% of max value = 765). Red value is 10 (4.30% from 255 or 34.48% from 29); Green value is 10 (4.30% from 255 or 34.48% from 29); Blue value is 9 (3.91% from 255 or 31.03% from 29); Max value from RGB is 10 - color contains mainly: red, green. Hex color #0A0A09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0A09 is #F5F5F6. Grayscale: #090909. Windows color (decimal): -16119287 or 592394. OLE color: 592394.

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

Color convert

RGB 10 10 9 -
CMYK 0 0 0.10 0.96
HSL 60º 0.05% 0.04% -
HSV(B) 60º 0.1% 0.04% -
XYZ 0.28 0.3 0.3 -
YUV 9.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 10 10 9 0 0 0.10 0.96 60 0.05 0.04
Hex A A 9 0 0 A 60 3C 5 4
Octal 12 12 11 0 0 12 140 74 5 4
Binary 1010 1010 1001 0 0 1010 1100000 111100 101 100

Color Harmonies of #0A0A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0A09

Black with #0A0A09

Text Example


Text Example

White with #0A0A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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