#1B0F19

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

Shades of Melanzane #1B0F19

Tints of Melanzane #1B0F19

Color information

#1B0F19 (or 0x1B0F19) is unknown color: approx Melanzane. HEX triplet: 1B, 0F and 19. RGB value is (27,15,25). Sum of RGB (Red+Green+Blue) = 27+15+25=67 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.30% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0F19 is #E4F0E6. Grayscale: #131313. Windows color (decimal): -15003879 or 1642267. OLE color: 1642267.

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

Color convert

RGB271525-
CMYK00.440.070.89
HSL310º28.57%8.24%-
HSV(B)310º44.44%10.59%-
XYZ0.80.641-
YUV19.73130.98133.19-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 40.30%
GREEN value IS 15 (6.25% from 255) = 22.39%
BLUE value IS 25 (10.16% from 255) = 37.31%
R=40.30%
G=22.39%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27152500.440.070.8931028.578.24
Hex1BF1902C7591361d8
Octal33173105471314663510
Binary1101111111100101011001111011001100110110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,15,25); }

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

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

 a { background-color: rgb(27,15,25); }

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

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

 span { border-color: rgb(27,15,25); }

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