#1B0714

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

Shades of Melanzane #1B0714

Tints of Melanzane #1B0714

Color information

#1B0714 (or 0x1B0714) is unknown color: approx Melanzane. HEX triplet: 1B, 07 and 14. RGB value is (27,7,20). Sum of RGB (Red+Green+Blue) = 27+7+20=54 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50% from 54); Green value is 7 (3.12% from 255 or 12.96% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0714 is #E4F8EB. Grayscale: #0E0E0E. Windows color (decimal): -15005932 or 1312539. OLE color: 1312539.

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

Color convert

RGB27720-
CMYK00.740.260.89
HSL321º58.82%6.67%-
HSV(B)321º74.07%10.59%-
XYZ0.650.440.71-
YUV14.46131.13136.94-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 12.96%
BLUE value IS 20 (8.20% from 255) = 37.04%
R=50%
G=12.96%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2772000.740.260.8932158.826.67
Hex1B71404A1A591413b7
Octal33724011232131501737
Binary110111111010001001010110101011001101000001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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