#1B0A15

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

Shades of Melanzane #1B0A15

Tints of Melanzane #1B0A15

Color information

#1B0A15 (or 0x1B0A15) is unknown color: approx Melanzane. HEX triplet: 1B, 0A and 15. RGB value is (27,10,21). Sum of RGB (Red+Green+Blue) = 27+10+21=58 (7% of max value = 765). Red value is 27 (10.94% from 255 or 46.55% from 58); Green value is 10 (4.30% from 255 or 17.24% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0A15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0A15 is #E4F5EA. Grayscale: #101010. Windows color (decimal): -15005163 or 1378843. OLE color: 1378843.

HSL color Cylindrical-coordinate representation of color #1B0A15: hue angle of 321.18º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B0A15 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.89.

Color convert

RGB271021-
CMYK00.630.220.89
HSL321.18º45.95%7.25%-
HSV(B)321.18º62.96%10.59%-
XYZ0.70.50.77-
YUV16.34130.63135.61-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 46.55%
GREEN value IS 10 (4.30% from 255) = 17.24%
BLUE value IS 21 (8.59% from 255) = 36.21%
R=46.55%
G=17.24%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27102100.630.220.89321.1845.957.25
Hex1BA1503F16591412e7
Octal33122507726131501567
Binary110111010101010111111101101011001101000001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B0A15; }

 p { color: rgb(27,10,21); }

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

<style>
 a { background-color: #1B0A15; }

 a { background-color: rgb(27,10,21); }

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

<style>
 span { border-color: #1B0A15; }

 span { border-color: rgb(27,10,21); }

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