#0D080B

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

Shades of Melanzane #0D080B

Tints of Melanzane #0D080B

Color information

#0D080B (or 0x0D080B) is unknown color: approx Melanzane. HEX triplet: 0D, 08 and 0B. RGB value is (13,8,11). Sum of RGB (Red+Green+Blue) = 13+8+11=32 (4% of max value = 765). Red value is 13 (5.47% from 255 or 40.62% from 32); Green value is 8 (3.52% from 255 or 25% from 32); Blue value is 11 (4.69% from 255 or 34.38% from 32); Max value from RGB is 13 - color contains mainly: red. Hex color #0D080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D080B is #F2F7F4. Grayscale: #090909. Windows color (decimal): -15923189 or 722957. OLE color: 722957.

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

Color convert

RGB13811-
CMYK00.380.150.95
HSL324º23.81%4.12%-
HSV(B)324º38.46%5.1%-
XYZ0.310.280.35-
YUV9.84128.66130.26-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 40.62%
GREEN value IS 8 (3.52% from 255) = 25%
BLUE value IS 11 (4.69% from 255) = 34.38%
R=40.62%
G=25%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1381100.380.150.9532423.814.12
HexD8B026F5F144184
Octal15101304617137504304
Binary11011000101101001101111101111110100010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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