#1B1018

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

Shades of Melanzane #1B1018

Tints of Melanzane #1B1018

Color information

#1B1018 (or 0x1B1018) is unknown color: approx Melanzane. HEX triplet: 1B, 10 and 18. RGB value is (27,16,24). Sum of RGB (Red+Green+Blue) = 27+16+24=67 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.30% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 24 (9.77% from 255 or 35.82% from 67); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1018 is #E4EFE7. Grayscale: #141414. Windows color (decimal): -15003624 or 1576987. OLE color: 1576987.

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

Color convert

RGB271624-
CMYK00.410.110.89
HSL316.36º25.58%8.43%-
HSV(B)316.36º40.74%10.59%-
XYZ0.80.670.95-
YUV20.2130.14132.85-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 40.30%
GREEN value IS 16 (6.64% from 255) = 23.88%
BLUE value IS 24 (9.77% from 255) = 35.82%
R=40.30%
G=23.88%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27162400.410.110.89316.3625.588.43
Hex1B1018029B5913c1a8
Octal332030051131314743210
Binary110111000011000010100110111011001100111100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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