#1B0516

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

Shades of Melanzane #1B0516

Tints of Melanzane #1B0516

Color information

#1B0516 (or 0x1B0516) is unknown color: approx Melanzane. HEX triplet: 1B, 05 and 16. RGB value is (27,5,22). Sum of RGB (Red+Green+Blue) = 27+5+22=54 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 22 (8.98% from 255 or 40.74% from 54); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0516 is #E4FAE9. Grayscale: #0D0D0D. Windows color (decimal): -15006442 or 1443099. OLE color: 1443099.

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

Color convert

RGB27522-
CMYK00.810.190.89
HSL313.64º68.75%6.27%-
HSV(B)313.64º81.48%10.59%-
XYZ0.650.40.8-
YUV13.52132.79137.62-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 9.26%
BLUE value IS 22 (8.98% from 255) = 40.74%
R=50%
G=9.26%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.19
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2752200.810.190.89313.6468.756.27
Hex1B516051135913a456
Octal335260121231314721056
Binary1101110110110010100011001110110011001110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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