#2F121D

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

Shades of Temptress #2F121D

Tints of Temptress #2F121D

Color information

#2F121D (or 0x2F121D) is unknown color: approx Temptress. HEX triplet: 2F, 12 and 1D. RGB value is (47,18,29). Sum of RGB (Red+Green+Blue) = 47+18+29=94 (12% of max value = 765). Red value is 47 (18.75% from 255 or 50% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 47 - color contains mainly: red. Hex color #2F121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F121D is #D0EDE2. Grayscale: #1B1B1B. Windows color (decimal): -13692387 or 1905199. OLE color: 1905199.

HSL color Cylindrical-coordinate representation of color #2F121D: hue angle of 337.24º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F121D is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.82.

Color convert

RGB471829-
CMYK00.620.380.82
HSL337.24º44.62%12.75%-
HSV(B)337.24º61.7%18.43%-
XYZ1.611.131.29-
YUV27.92128.61141.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 19.15%
BLUE value IS 29 (11.72% from 255) = 30.85%
R=50%
G=19.15%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47182900.620.380.82337.2444.6212.75
Hex2F121D03E26521512dd
Octal572235076461225215515
Binary1011111001011101011111010011010100101010100011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,18,29); }

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

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

 a { background-color: rgb(47,18,29); }

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

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

 span { border-color: rgb(47,18,29); }

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