#1B0615

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

Shades of Melanzane #1B0615

Tints of Melanzane #1B0615

Color information

#1B0615 (or 0x1B0615) is unknown color: approx Melanzane. HEX triplet: 1B, 06 and 15. RGB value is (27,6,21). Sum of RGB (Red+Green+Blue) = 27+6+21=54 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 21 (8.59% from 255 or 38.89% from 54); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0615 is #E4F9EA. Grayscale: #0D0D0D. Windows color (decimal): -15006187 or 1377819. OLE color: 1377819.

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

Color convert

RGB27621-
CMYK00.780.220.89
HSL317.14º63.64%6.47%-
HSV(B)317.14º77.78%10.59%-
XYZ0.650.420.76-
YUV13.99131.96137.28-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 11.11%
BLUE value IS 21 (8.59% from 255) = 38.89%
R=50%
G=11.11%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2762100.780.220.89317.1463.646.47
Hex1B61504E165913d406
Octal336250116261314751006
Binary1101111010101010011101011010110011001111011000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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