#1B1418

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

Shades of Melanzane #1B1418

Tints of Melanzane #1B1418

Color information

#1B1418 (or 0x1B1418) is unknown color: approx Melanzane. HEX triplet: 1B, 14 and 18. RGB value is (27,20,24). Sum of RGB (Red+Green+Blue) = 27+20+24=71 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.03% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 24 (9.77% from 255 or 33.80% from 71); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1418 is #E4EBE7. Grayscale: #161616. Windows color (decimal): -15002600 or 1578011. OLE color: 1578011.

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

Color convert

RGB272024-
CMYK00.260.110.89
HSL325.71º14.89%9.22%-
HSV(B)325.71º25.93%10.59%-
XYZ0.870.80.97-
YUV22.55128.82131.17-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 38.03%
GREEN value IS 20 (8.20% from 255) = 28.17%
BLUE value IS 24 (9.77% from 255) = 33.80%
R=38.03%
G=28.17%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27202400.260.110.89325.7114.899.22
Hex1B141801AB59146f9
Octal332430032131315061711
Binary1101110100110000110101011101100110100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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