#0B0A06

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

Shades of Maire #0B0A06

Tints of Maire #0B0A06

Color information

#0B0A06 (or 0x0B0A06) is unknown color: approx Maire. HEX triplet: 0B, 0A and 06. RGB value is (11,10,6). Sum of RGB (Red+Green+Blue) = 11+10+6=27 (3% of max value = 765). Red value is 11 (4.69% from 255 or 40.74% from 27); Green value is 10 (4.30% from 255 or 37.04% from 27); Blue value is 6 (2.73% from 255 or 22.22% from 27); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0A06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0A06 is #F4F5F9. Grayscale: #090909. Windows color (decimal): -16053754 or 395787. OLE color: 395787.

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

Color convert

RGB11106-
CMYK00.090.450.96
HSL48º29.41%3.33%-
HSV(B)48º45.45%4.31%-
XYZ0.280.30.22-
YUV9.84125.83128.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 40.74%
GREEN value IS 10 (4.30% from 255) = 37.04%
BLUE value IS 6 (2.73% from 255) = 22.22%
R=40.74%
G=37.04%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal1110600.090.450.964829.413.33
HexBA6092D60301d3
Octal131260115514060353
Binary101110101100100110110111000001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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