#2F151D

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

Shades of Temptress #2F151D

Tints of Temptress #2F151D

Color information

#2F151D (or 0x2F151D) is unknown color: approx Temptress. HEX triplet: 2F, 15 and 1D. RGB value is (47,21,29). Sum of RGB (Red+Green+Blue) = 47+21+29=97 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.45% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 47 - color contains mainly: red. Hex color #2F151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F151D is #D0EAE2. Grayscale: #1D1D1D. Windows color (decimal): -13691619 or 1905967. OLE color: 1905967.

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

Color convert

RGB472129-
CMYK00.550.380.82
HSL341.54º38.24%13.33%-
HSV(B)341.54º55.32%18.43%-
XYZ1.661.231.31-
YUV29.69127.61140.35-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 48.45%
GREEN value IS 21 (8.59% from 255) = 21.65%
BLUE value IS 29 (11.72% from 255) = 29.90%
R=48.45%
G=21.65%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47212900.550.380.82341.5438.2413.33
Hex2F151D037265215626d
Octal572535067461225264615
Binary1011111010111101011011110011010100101010101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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