#0B0409

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

Shades of Melanzane #0B0409

Tints of Melanzane #0B0409

Color information

#0B0409 (or 0x0B0409) is unknown color: approx Melanzane. HEX triplet: 0B, 04 and 09. RGB value is (11,4,9). Sum of RGB (Red+Green+Blue) = 11+4+9=24 (3% of max value = 765). Red value is 11 (4.69% from 255 or 45.83% from 24); Green value is 4 (1.95% from 255 or 16.67% from 24); Blue value is 9 (3.91% from 255 or 37.5% from 24); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0409 is #F4FBF6. Grayscale: #060606. Windows color (decimal): -16055287 or 590859. OLE color: 590859.

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

Color convert

RGB1149-
CMYK00.640.180.96
HSL317.14º46.67%2.94%-
HSV(B)317.14º63.64%4.31%-
XYZ0.230.180.28-
YUV6.66129.32131.09-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 45.83%
GREEN value IS 4 (1.95% from 255) = 16.67%
BLUE value IS 9 (3.91% from 255) = 37.5%
R=45.83%
G=16.67%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal114900.640.180.96317.1446.672.94
HexB49040126013d2f3
Octal13411010022140475573
Binary101110010010100000010010110000010011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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