#1F0D19

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

Shades of Melanzane #1F0D19

Tints of Melanzane #1F0D19

Color information

#1F0D19 (or 0x1F0D19) is unknown color: approx Melanzane. HEX triplet: 1F, 0D and 19. RGB value is (31,13,25). Sum of RGB (Red+Green+Blue) = 31+13+25=69 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.93% from 69); Green value is 13 (5.47% from 255 or 18.84% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0D19 is #E0F2E6. Grayscale: #131313. Windows color (decimal): -14742247 or 1641759. OLE color: 1641759.

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

Color convert

RGB311325-
CMYK00.580.190.88
HSL320º40.91%8.63%-
HSV(B)320º58.06%12.16%-
XYZ0.880.651-
YUV19.75130.96136.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 44.93%
GREEN value IS 13 (5.47% from 255) = 18.84%
BLUE value IS 25 (10.16% from 255) = 36.23%
R=44.93%
G=18.84%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31132500.580.190.8832040.918.63
Hex1FD1903A1358140299
Octal371531072231305005111
Binary1111111011100101110101001110110001010000001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,13,25); }

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

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

 a { background-color: rgb(31,13,25); }

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

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

 span { border-color: rgb(31,13,25); }

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