#0B0609

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

Shades of Melanzane #0B0609

Tints of Melanzane #0B0609

Color information

#0B0609 (or 0x0B0609) is unknown color: approx Melanzane. HEX triplet: 0B, 06 and 09. RGB value is (11,6,9). Sum of RGB (Red+Green+Blue) = 11+6+9=26 (3% of max value = 765). Red value is 11 (4.69% from 255 or 42.31% from 26); Green value is 6 (2.73% from 255 or 23.08% from 26); Blue value is 9 (3.91% from 255 or 34.62% from 26); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0609 is #F4F9F6. Grayscale: #070707. Windows color (decimal): -16054775 or 591371. OLE color: 591371.

HSL color Cylindrical-coordinate representation of color #0B0609: hue angle of 324º 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 #0B0609 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.96.

Color convert

RGB1169-
CMYK00.450.180.96
HSL324º29.41%3.33%-
HSV(B)324º45.45%4.31%-
XYZ0.250.220.29-
YUV7.84128.66130.26-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 42.31%
GREEN value IS 6 (2.73% from 255) = 23.08%
BLUE value IS 9 (3.91% from 255) = 34.62%
R=42.31%
G=23.08%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal116900.450.180.9632429.413.33
HexB6902D12601441d3
Octal1361105522140504353
Binary1011110100101011011001011000001010001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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