#0D060A

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

Shades of Melanzane #0D060A

Tints of Melanzane #0D060A

Color information

#0D060A (or 0x0D060A) is unknown color: approx Melanzane. HEX triplet: 0D, 06 and 0A. RGB value is (13,6,10). Sum of RGB (Red+Green+Blue) = 13+6+10=29 (3% of max value = 765). Red value is 13 (5.47% from 255 or 44.83% from 29); Green value is 6 (2.73% from 255 or 20.69% from 29); Blue value is 10 (4.30% from 255 or 34.48% from 29); Max value from RGB is 13 - color contains mainly: red. Hex color #0D060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D060A is #F2F9F5. Grayscale: #080808. Windows color (decimal): -15923702 or 656909. OLE color: 656909.

HSL color Cylindrical-coordinate representation of color #0D060A: hue angle of 325.71º 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 #0D060A is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.95.

Color convert

RGB13610-
CMYK00.540.230.95
HSL325.71º36.84%3.73%-
HSV(B)325.71º53.85%5.1%-
XYZ0.290.240.32-
YUV8.55128.82131.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 44.83%
GREEN value IS 6 (2.73% from 255) = 20.69%
BLUE value IS 10 (4.30% from 255) = 34.48%
R=44.83%
G=20.69%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1361000.540.230.95325.7136.843.73
HexD6A036175F146254
Octal1561206627137506454
Binary110111010100110110101111011111101000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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