#1F0F1C

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

Shades of Melanzane #1F0F1C

Tints of Melanzane #1F0F1C

Color information

#1F0F1C (or 0x1F0F1C) is unknown color: approx Melanzane. HEX triplet: 1F, 0F and 1C. RGB value is (31,15,28). Sum of RGB (Red+Green+Blue) = 31+15+28=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 15 (6.25% from 255 or 20.27% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0F1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0F1C is #E0F0E3. Grayscale: #151515. Windows color (decimal): -14741732 or 1838879. OLE color: 1838879.

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

Color convert

RGB311528-
CMYK00.520.100.88
HSL311.25º34.78%9.02%-
HSV(B)311.25º51.61%12.16%-
XYZ0.950.721.19-
YUV21.27131.8134.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 41.89%
GREEN value IS 15 (6.25% from 255) = 20.27%
BLUE value IS 28 (11.33% from 255) = 37.84%
R=41.89%
G=20.27%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31152800.520.100.88311.2534.789.02
Hex1FF1C034A58137239
Octal371734064121304674311
Binary111111111111000110100101010110001001101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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