#1B0315

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

Shades of Melanzane #1B0315

Tints of Melanzane #1B0315

Color information

#1B0315 (or 0x1B0315) is unknown color: approx Melanzane. HEX triplet: 1B, 03 and 15. RGB value is (27,3,21). Sum of RGB (Red+Green+Blue) = 27+3+21=51 (6% of max value = 765). Red value is 27 (10.94% from 255 or 52.94% from 51); Green value is 3 (1.56% from 255 or 5.88% from 51); Blue value is 21 (8.59% from 255 or 41.18% from 51); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0315 is #E4FCEA. Grayscale: #0C0C0C. Windows color (decimal): -15006955 or 1377051. OLE color: 1377051.

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

Color convert

RGB27321-
CMYK00.890.220.89
HSL315º80%5.88%-
HSV(B)315º88.89%10.59%-
XYZ0.620.350.74-
YUV12.23132.95138.54-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 52.94%
GREEN value IS 3 (1.56% from 255) = 5.88%
BLUE value IS 21 (8.59% from 255) = 41.18%
R=52.94%
G=5.88%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2732100.890.220.89315805.88
Hex1B315059165913b506
Octal333250131261314731206
Binary110111110101010110011011010110011001110111010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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