#1B0514

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

Shades of Melanzane #1B0514

Tints of Melanzane #1B0514

Color information

#1B0514 (or 0x1B0514) is unknown color: approx Melanzane. HEX triplet: 1B, 05 and 14. RGB value is (27,5,20). Sum of RGB (Red+Green+Blue) = 27+5+20=52 (6% of max value = 765). Red value is 27 (10.94% from 255 or 51.92% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0514 is #E4FAEB. Grayscale: #0D0D0D. Windows color (decimal): -15006444 or 1312027. OLE color: 1312027.

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

Color convert

RGB27520-
CMYK00.810.260.89
HSL319.09º68.75%6.27%-
HSV(B)319.09º81.48%10.59%-
XYZ0.630.390.7-
YUV13.29131.79137.78-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 51.92%
GREEN value IS 5 (2.34% from 255) = 9.62%
BLUE value IS 20 (8.20% from 255) = 38.46%
R=51.92%
G=9.62%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2752000.810.260.89319.0968.756.27
Hex1B5140511A5913f456
Octal335240121321314771056
Binary1101110110100010100011101010110011001111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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