#1F1218

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

Shades of Temptress #1F1218

Tints of Temptress #1F1218

Color information

#1F1218 (or 0x1F1218) is unknown color: approx Temptress. HEX triplet: 1F, 12 and 18. RGB value is (31,18,24). Sum of RGB (Red+Green+Blue) = 31+18+24=73 (9% of max value = 765). Red value is 31 (12.5% from 255 or 42.47% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1218 is #E0EDE7. Grayscale: #161616. Windows color (decimal): -14740968 or 1577503. OLE color: 1577503.

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

Color convert

RGB311824-
CMYK00.420.230.88
HSL332.31º26.53%9.61%-
HSV(B)332.31º41.94%12.16%-
XYZ0.950.790.97-
YUV22.57128.81134.01-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 42.47%
GREEN value IS 18 (7.42% from 255) = 24.66%
BLUE value IS 24 (9.77% from 255) = 32.88%
R=42.47%
G=24.66%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31182400.420.230.88332.3126.539.61
Hex1F121802A175814c1ba
Octal372230052271305143312
Binary1111110010110000101010101111011000101001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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