#1F0B18

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

Shades of Melanzane #1F0B18

Tints of Melanzane #1F0B18

Color information

#1F0B18 (or 0x1F0B18) is unknown color: approx Melanzane. HEX triplet: 1F, 0B and 18. RGB value is (31,11,24). Sum of RGB (Red+Green+Blue) = 31+11+24=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0B18 is #E0F4E7. Grayscale: #121212. Windows color (decimal): -14742760 or 1575711. OLE color: 1575711.

HSL color Cylindrical-coordinate representation of color #1F0B18: hue angle of 321º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F0B18 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB311124-
CMYK00.650.230.88
HSL321º47.62%8.24%-
HSV(B)321º64.52%12.16%-
XYZ0.850.60.93-
YUV18.46131.13136.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 46.97%
GREEN value IS 11 (4.69% from 255) = 16.67%
BLUE value IS 24 (9.77% from 255) = 36.36%
R=46.97%
G=16.67%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31112400.650.230.8832147.628.24
Hex1FB180411758141308
Octal3713300101271305016010
Binary11111101111000010000011011110110001010000011100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,11,24); }

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

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

 a { background-color: rgb(31,11,24); }

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

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

 span { border-color: rgb(31,11,24); }

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