#1F0918

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

Shades of Melanzane #1F0918

Tints of Melanzane #1F0918

Color information

#1F0918 (or 0x1F0918) is unknown color: approx Melanzane. HEX triplet: 1F, 09 and 18. RGB value is (31,9,24). Sum of RGB (Red+Green+Blue) = 31+9+24=64 (8% of max value = 765). Red value is 31 (12.5% from 255 or 48.44% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0918 is #E0F6E7. Grayscale: #111111. Windows color (decimal): -14743272 or 1575199. OLE color: 1575199.

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

Color convert

RGB31924-
CMYK00.710.230.88
HSL319.09º55%7.84%-
HSV(B)319.09º70.97%12.16%-
XYZ0.830.550.93-
YUV17.29131.79137.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 48.44%
GREEN value IS 9 (3.91% from 255) = 14.06%
BLUE value IS 24 (9.77% from 255) = 37.5%
R=48.44%
G=14.06%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3192400.710.230.88319.09557.84
Hex1F918047175813f378
Octal3711300107271304776710
Binary11111100111000010001111011110110001001111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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