#1B0D15

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

Shades of Melanzane #1B0D15

Tints of Melanzane #1B0D15

Color information

#1B0D15 (or 0x1B0D15) is unknown color: approx Melanzane. HEX triplet: 1B, 0D and 15. RGB value is (27,13,21). Sum of RGB (Red+Green+Blue) = 27+13+21=61 (8% of max value = 765). Red value is 27 (10.94% from 255 or 44.26% from 61); Green value is 13 (5.47% from 255 or 21.31% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0D15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0D15 is #E4F2EA. Grayscale: #121212. Windows color (decimal): -15004395 or 1379611. OLE color: 1379611.

HSL color Cylindrical-coordinate representation of color #1B0D15: hue angle of 325.71º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1B0D15 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.89.

Color convert

RGB271321-
CMYK00.520.220.89
HSL325.71º35%7.84%-
HSV(B)325.71º51.85%10.59%-
XYZ0.730.580.78-
YUV18.1129.64134.35-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 44.26%
GREEN value IS 13 (5.47% from 255) = 21.31%
BLUE value IS 21 (8.59% from 255) = 34.43%
R=44.26%
G=21.31%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27132100.520.220.89325.71357.84
Hex1BD150341659146238
Octal331525064261315064310
Binary1101111011010101101001011010110011010001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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