#0A0B03

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

Shades of Maire #0A0B03

Tints of Maire #0A0B03

Color information

#0A0B03 (or 0x0A0B03) is unknown color: approx Maire. HEX triplet: 0A, 0B and 03. RGB value is (10,11,3). Sum of RGB (Red+Green+Blue) = 10+11+3=24 (3% of max value = 765). Red value is 10 (4.30% from 255 or 41.67% from 24); Green value is 11 (4.69% from 255 or 45.83% from 24); Blue value is 3 (1.56% from 255 or 12.5% from 24); Max value from RGB is 11 - color contains mainly: green. Hex color #0A0B03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0B03 is #F5F4FC. Grayscale: #090909. Windows color (decimal): -16119037 or 199434. OLE color: 199434.

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

Color convert

RGB10113-
CMYK0.0900.730.96
HSL67.5º57.14%2.75%-
HSV(B)67.5º72.73%4.31%-
XYZ0.260.310.13-
YUV9.79124.17128.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 41.67%
GREEN value IS 11 (4.69% from 255) = 45.83%
BLUE value IS 3 (1.56% from 255) = 12.5%
R=41.67%
G=45.83%
B=12.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal101130.0900.730.9667.557.142.75
HexAB390496044393
Octal12133110111140104713
Binary10101011111001010010011100000100010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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