#0B0209

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

Shades of Melanzane #0B0209

Tints of Melanzane #0B0209

Color information

#0B0209 (or 0x0B0209) is unknown color: approx Melanzane. HEX triplet: 0B, 02 and 09. RGB value is (11,2,9). Sum of RGB (Red+Green+Blue) = 11+2+9=22 (2% of max value = 765). Red value is 11 (4.69% from 255 or 50% from 22); Green value is 2 (1.17% from 255 or 9.09% from 22); Blue value is 9 (3.91% from 255 or 40.91% from 22); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0209 is #F4FDF6. Grayscale: #050505. Windows color (decimal): -16055799 or 590347. OLE color: 590347.

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

Color convert

RGB1129-
CMYK00.820.180.96
HSL313.33º69.23%2.55%-
HSV(B)313.33º81.82%4.31%-
XYZ0.210.130.27-
YUV5.49129.98131.93-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 9.09%
BLUE value IS 9 (3.91% from 255) = 40.91%
R=50%
G=9.09%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal112900.820.180.96313.3369.232.55
HexB290521260139453
Octal132110122221404711053
Binary101110100101010010100101100000100111001100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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