#0B0509

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

Shades of Melanzane #0B0509

Tints of Melanzane #0B0509

Color information

#0B0509 (or 0x0B0509) is unknown color: approx Melanzane. HEX triplet: 0B, 05 and 09. RGB value is (11,5,9). Sum of RGB (Red+Green+Blue) = 11+5+9=25 (3% of max value = 765). Red value is 11 (4.69% from 255 or 44% from 25); Green value is 5 (2.34% from 255 or 20% from 25); Blue value is 9 (3.91% from 255 or 36% from 25); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0509 is #F4FAF6. Grayscale: #070707. Windows color (decimal): -16055031 or 591115. OLE color: 591115.

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

Color convert

RGB1159-
CMYK00.550.180.96
HSL320º37.5%3.14%-
HSV(B)320º54.55%4.31%-
XYZ0.240.20.28-
YUV7.25128.99130.67-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 44%
GREEN value IS 5 (2.34% from 255) = 20%
BLUE value IS 9 (3.91% from 255) = 36%
R=44%
G=20%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal115900.550.180.9632037.53.14
HexB590371260140263
Octal1351106722140500463
Binary10111011001011011110010110000010100000010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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