#3F1F27

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

Shades of Temptress #3F1F27

Tints of Temptress #3F1F27

Color information

#3F1F27 (or 0x3F1F27) is unknown color: approx Temptress. HEX triplet: 3F, 1F and 27. RGB value is (63,31,39). Sum of RGB (Red+Green+Blue) = 63+31+39=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1F27 is #C0E0D8. Grayscale: #292929. Windows color (decimal): -12640473 or 2563903. OLE color: 2563903.

HSL color Cylindrical-coordinate representation of color #3F1F27: hue angle of 345º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F1F27 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB633139-
CMYK00.510.380.75
HSL345º34.04%18.43%-
HSV(B)345º50.79%24.71%-
XYZ2.912.182.19-
YUV41.48126.6143.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.37%
GREEN value IS 31 (12.5% from 255) = 23.31%
BLUE value IS 39 (15.62% from 255) = 29.32%
R=47.37%
G=23.31%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63313900.510.380.7534534.0418.43
Hex3F1F27033264B1592212
Octal773747063461135314222
Binary111111111111001110110011100110100101110101100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F1F27; }

 p { color: rgb(63,31,39); }

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

<style>
 a { background-color: #3F1F27; }

 a { background-color: rgb(63,31,39); }

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

<style>
 span { border-color: #3F1F27; }

 span { border-color: rgb(63,31,39); }

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