#0D030A

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

Shades of Melanzane #0D030A

Tints of Melanzane #0D030A

Color information

#0D030A (or 0x0D030A) is unknown color: approx Melanzane. HEX triplet: 0D, 03 and 0A. RGB value is (13,3,10). Sum of RGB (Red+Green+Blue) = 13+3+10=26 (3% of max value = 765). Red value is 13 (5.47% from 255 or 50% from 26); Green value is 3 (1.56% from 255 or 11.54% from 26); Blue value is 10 (4.30% from 255 or 38.46% from 26); Max value from RGB is 13 - color contains mainly: red. Hex color #0D030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D030A is #F2FCF5. Grayscale: #060606. Windows color (decimal): -15924470 or 656141. OLE color: 656141.

HSL color Cylindrical-coordinate representation of color #0D030A: hue angle of 318º degrees, saturation: 0.62, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D030A is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.95.

Color convert

RGB13310-
CMYK00.770.230.95
HSL318º62.5%3.14%-
HSV(B)318º76.92%5.1%-
XYZ0.250.170.31-
YUV6.79129.81132.43-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 11.54%
BLUE value IS 10 (4.30% from 255) = 38.46%
R=50%
G=11.54%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1331000.770.230.9531862.53.14
HexD3A04D175F13e3e3
Octal15312011527137476763
Binary11011110100100110110111101111110011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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