#1B0216

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

Shades of Melanzane #1B0216

Tints of Melanzane #1B0216

Color information

#1B0216 (or 0x1B0216) is unknown color: approx Melanzane. HEX triplet: 1B, 02 and 16. RGB value is (27,2,22). Sum of RGB (Red+Green+Blue) = 27+2+22=51 (6% of max value = 765). Red value is 27 (10.94% from 255 or 52.94% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 22 (8.98% from 255 or 43.14% from 51); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0216 is #E4FDE9. Grayscale: #0B0B0B. Windows color (decimal): -15007210 or 1442331. OLE color: 1442331.

HSL color Cylindrical-coordinate representation of color #1B0216: hue angle of 312º 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 #1B0216 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.89.

Color convert

RGB27222-
CMYK00.930.190.89
HSL312º86.21%5.69%-
HSV(B)312º92.59%10.59%-
XYZ0.620.330.79-
YUV11.76133.78138.87-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 52.94%
GREEN value IS 2 (1.17% from 255) = 3.92%
BLUE value IS 22 (8.98% from 255) = 43.14%
R=52.94%
G=3.92%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.19
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2722200.930.190.8931286.215.69
Hex1B21605D1359138566
Octal332260135231314701266
Binary110111010110010111011001110110011001110001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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