#1B0716

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

Shades of Melanzane #1B0716

Tints of Melanzane #1B0716

Color information

#1B0716 (or 0x1B0716) is unknown color: approx Melanzane. HEX triplet: 1B, 07 and 16. RGB value is (27,7,22). Sum of RGB (Red+Green+Blue) = 27+7+22=56 (7% of max value = 765). Red value is 27 (10.94% from 255 or 48.21% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 22 (8.98% from 255 or 39.29% from 56); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0716 is #E4F8E9. Grayscale: #0E0E0E. Windows color (decimal): -15005930 or 1443611. OLE color: 1443611.

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

Color convert

RGB27722-
CMYK00.740.190.89
HSL315º58.82%6.67%-
HSV(B)315º74.07%10.59%-
XYZ0.670.440.81-
YUV14.69132.13136.78-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 48.21%
GREEN value IS 7 (3.12% from 255) = 12.5%
BLUE value IS 22 (8.98% from 255) = 39.29%
R=48.21%
G=12.5%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2772200.740.190.8931558.826.67
Hex1B71604A135913b3b7
Octal33726011223131473737
Binary110111111011001001010100111011001100111011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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