#1B0316

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

Shades of Melanzane #1B0316

Tints of Melanzane #1B0316

Color information

#1B0316 (or 0x1B0316) is unknown color: approx Melanzane. HEX triplet: 1B, 03 and 16. RGB value is (27,3,22). Sum of RGB (Red+Green+Blue) = 27+3+22=52 (6% of max value = 765). Red value is 27 (10.94% from 255 or 51.92% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 22 (8.98% from 255 or 42.31% from 52); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0316 is #E4FCE9. Grayscale: #0C0C0C. Windows color (decimal): -15006954 or 1442587. OLE color: 1442587.

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

Color convert

RGB27322-
CMYK00.890.190.89
HSL312.5º80%5.88%-
HSV(B)312.5º88.89%10.59%-
XYZ0.630.360.79-
YUV12.34133.45138.46-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 51.92%
GREEN value IS 3 (1.56% from 255) = 5.77%
BLUE value IS 22 (8.98% from 255) = 42.31%
R=51.92%
G=5.77%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.19
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2732200.890.190.89312.5805.88
Hex1B3160591359138506
Octal333260131231314701206
Binary110111110110010110011001110110011001110001010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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