#1B0A17

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

Shades of Melanzane #1B0A17

Tints of Melanzane #1B0A17

Color information

#1B0A17 (or 0x1B0A17) is unknown color: approx Melanzane. HEX triplet: 1B, 0A and 17. RGB value is (27,10,23). Sum of RGB (Red+Green+Blue) = 27+10+23=60 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 23 (9.38% from 255 or 38.33% from 60); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0A17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0A17 is #E4F5E8. Grayscale: #101010. Windows color (decimal): -15005161 or 1509915. OLE color: 1509915.

HSL color Cylindrical-coordinate representation of color #1B0A17: hue angle of 314.12º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B0A17 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.89.

Color convert

RGB271023-
CMYK00.630.150.89
HSL314.12º45.95%7.25%-
HSV(B)314.12º62.96%10.59%-
XYZ0.720.510.87-
YUV16.56131.63135.44-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 45%
GREEN value IS 10 (4.30% from 255) = 16.67%
BLUE value IS 23 (9.38% from 255) = 38.33%
R=45%
G=16.67%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27102300.630.150.89314.1245.957.25
Hex1BA1703FF5913a2e7
Octal33122707717131472567
Binary11011101010111011111111111011001100111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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