#1B0215

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

Shades of Melanzane #1B0215

Tints of Melanzane #1B0215

Color information

#1B0215 (or 0x1B0215) is unknown color: approx Melanzane. HEX triplet: 1B, 02 and 15. RGB value is (27,2,21). Sum of RGB (Red+Green+Blue) = 27+2+21=50 (6% of max value = 765). Red value is 27 (10.94% from 255 or 54% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 21 (8.59% from 255 or 42% from 50); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0215 is #E4FDEA. Grayscale: #0B0B0B. Windows color (decimal): -15007211 or 1376795. OLE color: 1376795.

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

Color convert

RGB27221-
CMYK00.930.220.89
HSL314.4º86.21%5.69%-
HSV(B)314.4º92.59%10.59%-
XYZ0.610.330.74-
YUV11.64133.28138.96-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 54%
GREEN value IS 2 (1.17% from 255) = 4%
BLUE value IS 21 (8.59% from 255) = 42%
R=54%
G=4%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2722100.930.220.89314.486.215.69
Hex1B21505D165913a566
Octal332250135261314721266
Binary110111010101010111011011010110011001110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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