#2F181F

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

Shades of Temptress #2F181F

Tints of Temptress #2F181F

Color information

#2F181F (or 0x2F181F) is unknown color: approx Temptress. HEX triplet: 2F, 18 and 1F. RGB value is (47,24,31). Sum of RGB (Red+Green+Blue) = 47+24+31=102 (13% of max value = 765). Red value is 47 (18.75% from 255 or 46.08% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 47 - color contains mainly: red. Hex color #2F181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F181F is #D0E7E0. Grayscale: #1F1F1F. Windows color (decimal): -13690849 or 2037807. OLE color: 2037807.

HSL color Cylindrical-coordinate representation of color #2F181F: hue angle of 341.74º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F181F is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.82.

Color convert

RGB472431-
CMYK00.490.340.82
HSL341.74º32.39%13.92%-
HSV(B)341.74º48.94%18.43%-
XYZ1.751.361.47-
YUV31.67127.62138.93-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 46.08%
GREEN value IS 24 (9.77% from 255) = 23.53%
BLUE value IS 31 (12.5% from 255) = 30.39%
R=46.08%
G=23.53%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47243100.490.340.82341.7432.3913.92
Hex2F181F031225215620e
Octal573037061421225264016
Binary1011111100011111011000110001010100101010101101000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F181F; }

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

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

<style>
 a { background-color: #2F181F; }

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

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

<style>
 span { border-color: #2F181F; }

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

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