#0A0902

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

Shades of Maire #0A0902

Tints of Maire #0A0902

Color information

#0A0902 (or 0x0A0902) is unknown color: approx Maire. HEX triplet: 0A, 09 and 02. RGB value is (10,9,2). Sum of RGB (Red+Green+Blue) = 10+9+2=21 (2% of max value = 765). Red value is 10 (4.30% from 255 or 47.62% from 21); Green value is 9 (3.91% from 255 or 42.86% from 21); Blue value is 2 (1.17% from 255 or 9.52% from 21); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0902 is #F5F6FD. Grayscale: #080808. Windows color (decimal): -16119550 or 133386. OLE color: 133386.

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

Color convert

RGB1092-
CMYK00.100.80.96
HSL52.5º66.67%2.35%-
HSV(B)52.5º80%3.92%-
XYZ0.230.260.1-
YUV8.5124.33129.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 47.62%
GREEN value IS 9 (3.91% from 255) = 42.86%
BLUE value IS 2 (1.17% from 255) = 9.52%
R=47.62%
G=42.86%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.8
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal109200.100.80.9652.566.672.35
HexA920A506034432
Octal12112012120140641032
Binary10101001100101010100001100000110100100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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