#0A0803

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

Shades of Maire #0A0803

Tints of Maire #0A0803

Color information

#0A0803 (or 0x0A0803) is unknown color: approx Maire. HEX triplet: 0A, 08 and 03. RGB value is (10,8,3). Sum of RGB (Red+Green+Blue) = 10+8+3=21 (2% of max value = 765). Red value is 10 (4.30% from 255 or 47.62% from 21); Green value is 8 (3.52% from 255 or 38.10% from 21); Blue value is 3 (1.56% from 255 or 14.29% from 21); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0803 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0803 is #F5F7FC. Grayscale: #080808. Windows color (decimal): -16119805 or 198666. OLE color: 198666.

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

Color convert

RGB1083-
CMYK00.20.700.96
HSL42.86º53.85%2.55%-
HSV(B)42.86º70%3.92%-
XYZ0.230.240.12-
YUV8.03125.16129.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 47.62%
GREEN value IS 8 (3.52% from 255) = 38.10%
BLUE value IS 3 (1.56% from 255) = 14.29%
R=47.62%
G=38.10%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.70
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal108300.20.700.9642.8653.852.55
HexA8301446602b363
Octal1210302410614053663
Binary10101000110101001000110110000010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,8,3); }

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

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

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

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

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

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

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