#1B1318

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

Shades of Melanzane #1B1318

Tints of Melanzane #1B1318

Color information

#1B1318 (or 0x1B1318) is unknown color: approx Melanzane. HEX triplet: 1B, 13 and 18. RGB value is (27,19,24). Sum of RGB (Red+Green+Blue) = 27+19+24=70 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.57% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 24 (9.77% from 255 or 34.29% from 70); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1318 is #E4ECE7. Grayscale: #151515. Windows color (decimal): -15002856 or 1577755. OLE color: 1577755.

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

Color convert

RGB271924-
CMYK00.300.110.89
HSL322.5º17.39%9.02%-
HSV(B)322.5º29.63%10.59%-
XYZ0.850.760.97-
YUV21.96129.15131.59-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 38.57%
GREEN value IS 19 (7.81% from 255) = 27.14%
BLUE value IS 24 (9.77% from 255) = 34.29%
R=38.57%
G=27.14%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27192400.300.110.89322.517.399.02
Hex1B131801EB59142119
Octal332330036131315022111
Binary11011100111100001111010111011001101000010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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