#1F190F

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

Shades of Black Magic #1F190F

Tints of Black Magic #1F190F

Color information

#1F190F (or 0x1F190F) is unknown color: approx Black Magic. HEX triplet: 1F, 19 and 0F. RGB value is (31,25,15). Sum of RGB (Red+Green+Blue) = 31+25+15=71 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.66% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 31 - color contains mainly: red. Hex color #1F190F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F190F is #E0E6F0. Grayscale: #191919. Windows color (decimal): -14739185 or 989471. OLE color: 989471.

HSL color Cylindrical-coordinate representation of color #1F190F: hue angle of 37.5º 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 #1F190F is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.88.

Color convert

RGB312515-
CMYK00.190.520.88
HSL37.5º34.78%9.02%-
HSV(B)37.5º51.61%12.16%-
XYZ11.020.6-
YUV25.65121.99131.81-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 43.66%
GREEN value IS 25 (10.16% from 255) = 35.21%
BLUE value IS 15 (6.25% from 255) = 21.13%
R=43.66%
G=35.21%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31251500.190.520.8837.534.789.02
Hex1F19F013345826239
Octal37311702364130464311
Binary1111111001111101001111010010110001001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F190F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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