#0D060B

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

Shades of Melanzane #0D060B

Tints of Melanzane #0D060B

Color information

#0D060B (or 0x0D060B) is unknown color: approx Melanzane. HEX triplet: 0D, 06 and 0B. RGB value is (13,6,11). Sum of RGB (Red+Green+Blue) = 13+6+11=30 (3% of max value = 765). Red value is 13 (5.47% from 255 or 43.33% from 30); Green value is 6 (2.73% from 255 or 20% from 30); Blue value is 11 (4.69% from 255 or 36.67% from 30); Max value from RGB is 13 - color contains mainly: red. Hex color #0D060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D060B is #F2F9F4. Grayscale: #080808. Windows color (decimal): -15923701 or 722445. OLE color: 722445.

HSL color Cylindrical-coordinate representation of color #0D060B: hue angle of 317.14º degrees, saturation: 0.37, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0D060B is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.95.

Color convert

RGB13611-
CMYK00.540.150.95
HSL317.14º36.84%3.73%-
HSV(B)317.14º53.85%5.1%-
XYZ0.290.240.35-
YUV8.66129.32131.09-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 43.33%
GREEN value IS 6 (2.73% from 255) = 20%
BLUE value IS 11 (4.69% from 255) = 36.67%
R=43.33%
G=20%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1361100.540.150.95317.1436.843.73
HexD6B036F5F13d254
Octal1561306617137475454
Binary11011101011011011011111011111100111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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