#29181F

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

Shades of Temptress #29181F

Tints of Temptress #29181F

Color information

#29181F (or 0x29181F) is unknown color: approx Temptress. HEX triplet: 29, 18 and 1F. RGB value is (41,24,31). Sum of RGB (Red+Green+Blue) = 41+24+31=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 41 - color contains mainly: red. Hex color #29181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29181F is #D6E7E0. Grayscale: #1D1D1D. Windows color (decimal): -14084065 or 2037801. OLE color: 2037801.

HSL color Cylindrical-coordinate representation of color #29181F: hue angle of 335.29º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #29181F is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB412431-
CMYK00.410.240.84
HSL335.29º26.15%12.75%-
HSV(B)335.29º41.46%16.08%-
XYZ1.491.221.45-
YUV29.88128.63135.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.71%
GREEN value IS 24 (9.77% from 255) = 25%
BLUE value IS 31 (12.5% from 255) = 32.29%
R=42.71%
G=25%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41243100.410.240.84335.2926.1512.75
Hex29181F029185414f1ad
Octal513037051301245173215
Binary10100111000111110101001110001010100101001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29181F; }

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

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

<style>
 a { background-color: #29181F; }

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

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

<style>
 span { border-color: #29181F; }

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

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