#1F101C

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

Shades of Melanzane #1F101C

Tints of Melanzane #1F101C

Color information

#1F101C (or 0x1F101C) is unknown color: approx Melanzane. HEX triplet: 1F, 10 and 1C. RGB value is (31,16,28). Sum of RGB (Red+Green+Blue) = 31+16+28=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 31 - color contains mainly: red. Hex color #1F101C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F101C is #E0EFE3. Grayscale: #151515. Windows color (decimal): -14741476 or 1839135. OLE color: 1839135.

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

Color convert

RGB311628-
CMYK00.480.100.88
HSL312º31.91%9.22%-
HSV(B)312º48.39%12.16%-
XYZ0.960.751.19-
YUV21.85131.47134.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 41.33%
GREEN value IS 16 (6.64% from 255) = 21.33%
BLUE value IS 28 (11.33% from 255) = 37.33%
R=41.33%
G=21.33%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31162800.480.100.8831231.919.22
Hex1F101C030A58138209
Octal372034060121304704011
Binary1111110000111000110000101010110001001110001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,16,28); }

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

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

 a { background-color: rgb(31,16,28); }

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

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

 span { border-color: rgb(31,16,28); }

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