Html Css Color HEX #0A0905 Maire

📋 copy color: '#0A0905'

red 10 ◦ green 9 ◦ blue 5

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

Shades of Maire #0A0905

Tints of Maire #0A0905

RGB

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

 GREEN value IS 9 (3.91% from 255) = 37.5%

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

R = 41.67%
G = 37.5%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.96

RGB Variations

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

Color information

#0A0905 (or 0x0A0905) is known color: Maire. HEX triplet: 0A, 09 and 05. RGB value is (10,9,5). Sum of RGB (Red+Green+Blue) = 10+9+5=24 (3% of max value = 765). Red value is 10 (4.30% from 255 or 41.67% from 24); Green value is 9 (3.91% from 255 or 37.5% from 24); Blue value is 5 (2.34% from 255 or 20.83% from 24); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0905 is #F5F6FA. Grayscale: #080808. Windows color (decimal): -16119547 or 329994. OLE color: 329994.

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

Color convert

RGB 10 9 5 -
CMYK 0 0.10 0.50 0.96
HSL 48º 0.33% 0.03% -
HSV(B) 48º 0.5% 0.04% -
XYZ 0.25 0.27 0.18 -
YUV 8.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 10 9 5 0 0.10 0.50 0.96 48 0.33 0.03
Hex A 9 5 0 A 32 60 30 21 3
Octal 12 11 5 0 12 62 140 60 41 3
Binary 1010 1001 101 0 1010 110010 1100000 110000 100001 11

Color Harmonies of #0A0905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0905

Black with #0A0905

Text Example


Text Example

White with #0A0905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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