#1B0214

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

Shades of Melanzane #1B0214

Tints of Melanzane #1B0214

Color information

#1B0214 (or 0x1B0214) is unknown color: approx Melanzane. HEX triplet: 1B, 02 and 14. RGB value is (27,2,20). Sum of RGB (Red+Green+Blue) = 27+2+20=49 (6% of max value = 765). Red value is 27 (10.94% from 255 or 55.10% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0214 is #E4FDEB. Grayscale: #0B0B0B. Windows color (decimal): -15007212 or 1311259. OLE color: 1311259.

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

Color convert

RGB27220-
CMYK00.930.260.89
HSL316.8º86.21%5.69%-
HSV(B)316.8º92.59%10.59%-
XYZ0.60.330.69-
YUV11.53132.78139.04-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 55.10%
GREEN value IS 2 (1.17% from 255) = 4.08%
BLUE value IS 20 (8.20% from 255) = 40.82%
R=55.10%
G=4.08%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.26
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2722000.930.260.89316.886.215.69
Hex1B21405D1A5913d566
Octal332240135321314751266
Binary110111010100010111011101010110011001111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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