#1B0115

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

Shades of Melanzane #1B0115

Tints of Melanzane #1B0115

Color information

#1B0115 (or 0x1B0115) is unknown color: approx Melanzane. HEX triplet: 1B, 01 and 15. RGB value is (27,1,21). Sum of RGB (Red+Green+Blue) = 27+1+21=49 (6% of max value = 765). Red value is 27 (10.94% from 255 or 55.10% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0115 is #E4FEEA. Grayscale: #0B0B0B. Windows color (decimal): -15007467 or 1376539. OLE color: 1376539.

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

Color convert

RGB27121-
CMYK00.960.220.89
HSL313.85º92.86%5.49%-
HSV(B)313.85º96.3%10.59%-
XYZ0.60.310.74-
YUV11.05133.61139.37-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 55.10%
GREEN value IS 1 (0.78% from 255) = 2.04%
BLUE value IS 21 (8.59% from 255) = 42.86%
R=55.10%
G=2.04%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.22
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2712100.960.220.89313.8592.865.49
Hex1B115060165913a5d5
Octal331250140261314721355
Binary11011110101011000001011010110011001110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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