#1B1317

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

Shades of Melanzane #1B1317

Tints of Melanzane #1B1317

Color information

#1B1317 (or 0x1B1317) is unknown color: approx Melanzane. HEX triplet: 1B, 13 and 17. RGB value is (27,19,23). Sum of RGB (Red+Green+Blue) = 27+19+23=69 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.13% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 23 (9.38% from 255 or 33.33% from 69); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1317 is #E4ECE8. Grayscale: #151515. Windows color (decimal): -15002857 or 1512219. OLE color: 1512219.

HSL color Cylindrical-coordinate representation of color #1B1317: hue angle of 330º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1B1317 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.89.

Color convert

RGB271923-
CMYK00.300.150.89
HSL330º17.39%9.02%-
HSV(B)330º29.63%10.59%-
XYZ0.840.760.91-
YUV21.85128.65131.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 39.13%
GREEN value IS 19 (7.81% from 255) = 27.54%
BLUE value IS 23 (9.38% from 255) = 33.33%
R=39.13%
G=27.54%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27192300.300.150.8933017.399.02
Hex1B131701EF5914a119
Octal332327036171315122111
Binary11011100111011101111011111011001101001010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,19,23); }

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

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

 a { background-color: rgb(27,19,23); }

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

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

 span { border-color: rgb(27,19,23); }

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