#1F1017

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

Shades of Temptress #1F1017

Tints of Temptress #1F1017

Color information

#1F1017 (or 0x1F1017) is unknown color: approx Temptress. HEX triplet: 1F, 10 and 17. RGB value is (31,16,23). Sum of RGB (Red+Green+Blue) = 31+16+23=70 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.29% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 23 (9.38% from 255 or 32.86% from 70); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1017 is #E0EFE8. Grayscale: #151515. Windows color (decimal): -14741481 or 1511455. OLE color: 1511455.

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

Color convert

RGB311623-
CMYK00.480.260.88
HSL332º31.91%9.22%-
HSV(B)332º48.39%12.16%-
XYZ0.910.720.9-
YUV21.28128.97134.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 44.29%
GREEN value IS 16 (6.64% from 255) = 22.86%
BLUE value IS 23 (9.38% from 255) = 32.86%
R=44.29%
G=22.86%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31162300.480.260.8833231.919.22
Hex1F10170301A5814c209
Octal372027060321305144011
Binary11111100001011101100001101010110001010011001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,16,23); }

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

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

 a { background-color: rgb(31,16,23); }

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

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

 span { border-color: rgb(31,16,23); }

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