#1F0319

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

Shades of Melanzane #1F0319

Tints of Melanzane #1F0319

Color information

#1F0319 (or 0x1F0319) is unknown color: approx Melanzane. HEX triplet: 1F, 03 and 19. RGB value is (31,3,25). Sum of RGB (Red+Green+Blue) = 31+3+25=59 (7% of max value = 765). Red value is 31 (12.5% from 255 or 52.54% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 25 (10.16% from 255 or 42.37% from 59); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0319 is #E0FCE6. Grayscale: #0D0D0D. Windows color (decimal): -14744807 or 1639199. OLE color: 1639199.

HSL color Cylindrical-coordinate representation of color #1F0319: hue angle of 312.86º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F0319 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.88.

Color convert

RGB31325-
CMYK00.900.190.88
HSL312.86º82.35%6.67%-
HSV(B)312.86º90.32%12.16%-
XYZ0.770.430.96-
YUV13.88134.28140.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 52.54%
GREEN value IS 3 (1.56% from 255) = 5.08%
BLUE value IS 25 (10.16% from 255) = 42.37%
R=52.54%
G=5.08%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3132500.900.190.88312.8682.356.67
Hex1F31905A1358139527
Octal373310132231304711227
Binary111111111001010110101001110110001001110011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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