Html Css Color HEX #0A0A05 Maire

📋 copy color: '#0A0A05'

red 10 ◦ green 10 ◦ blue 5

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

Shades of Maire #0A0A05

Tints of Maire #0A0A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 20%

R = 40%
G = 40%
B = 20%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.50

 K value IS 0.96

RGB Variations

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

Color information

#0A0A05 (or 0x0A0A05) is known color: Maire. HEX triplet: 0A, 0A and 05. RGB value is (10,10,5). Sum of RGB (Red+Green+Blue) = 10+10+5=25 (3% of max value = 765). Red value is 10 (4.30% from 255 or 40% from 25); Green value is 10 (4.30% from 255 or 40% from 25); Blue value is 5 (2.34% from 255 or 20% from 25); Max value from RGB is 10 - color contains mainly: red, green. Hex color #0A0A05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0A05 is #F5F5FA. Grayscale: #090909. Windows color (decimal): -16119291 or 330250. OLE color: 330250.

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

Color convert

RGB 10 10 5 -
CMYK 0 0 0.50 0.96
HSL 60º 0.33% 0.03% -
HSV(B) 60º 0.5% 0.04% -
XYZ 0.26 0.29 0.19 -
YUV 9.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 10 10 5 0 0 0.50 0.96 60 0.33 0.03
Hex A A 5 0 0 32 60 3C 21 3
Octal 12 12 5 0 0 62 140 74 41 3
Binary 1010 1010 101 0 0 110010 1100000 111100 100001 11

Color Harmonies of #0A0A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0A05

Black with #0A0A05

Text Example


Text Example

White with #0A0A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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