#1B1518

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

Shades of Melanzane #1B1518

Tints of Melanzane #1B1518

Color information

#1B1518 (or 0x1B1518) is unknown color: approx Melanzane. HEX triplet: 1B, 15 and 18. RGB value is (27,21,24). Sum of RGB (Red+Green+Blue) = 27+21+24=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1518 is #E4EAE7. Grayscale: #171717. Windows color (decimal): -15002344 or 1578267. OLE color: 1578267.

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

Color convert

RGB272124-
CMYK00.220.110.89
HSL330º12.5%9.41%-
HSV(B)330º22.22%10.59%-
XYZ0.890.840.98-
YUV23.14128.49130.76-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 37.5%
GREEN value IS 21 (8.59% from 255) = 29.17%
BLUE value IS 24 (9.77% from 255) = 33.33%
R=37.5%
G=29.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27212400.220.110.8933012.59.41
Hex1B1518016B5914ac9
Octal332530026131315121411
Binary1101110101110000101101011101100110100101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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