#1B0D18

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

Shades of Melanzane #1B0D18

Tints of Melanzane #1B0D18

Color information

#1B0D18 (or 0x1B0D18) is unknown color: approx Melanzane. HEX triplet: 1B, 0D and 18. RGB value is (27,13,24). Sum of RGB (Red+Green+Blue) = 27+13+24=64 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.19% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0D18 is #E4F2E7. Grayscale: #121212. Windows color (decimal): -15004392 or 1576219. OLE color: 1576219.

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

Color convert

RGB271324-
CMYK00.520.110.89
HSL312.86º35%7.84%-
HSV(B)312.86º51.85%10.59%-
XYZ0.760.590.94-
YUV18.44131.14134.11-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 42.19%
GREEN value IS 13 (5.47% from 255) = 20.31%
BLUE value IS 24 (9.77% from 255) = 37.5%
R=42.19%
G=20.31%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27132400.520.110.89312.86357.84
Hex1BD18034B59139238
Octal331530064131314714310
Binary110111101110000110100101110110011001110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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