#3F1F24

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

Shades of Temptress #3F1F24

Tints of Temptress #3F1F24

Color information

#3F1F24 (or 0x3F1F24) is unknown color: approx Temptress. HEX triplet: 3F, 1F and 24. RGB value is (63,31,36). Sum of RGB (Red+Green+Blue) = 63+31+36=130 (17% of max value = 765). Red value is 63 (25% from 255 or 48.46% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1F24 is #C0E0DB. Grayscale: #292929. Windows color (decimal): -12640476 or 2367295. OLE color: 2367295.

HSL color Cylindrical-coordinate representation of color #3F1F24: hue angle of 350.62º 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 #3F1F24 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB633136-
CMYK00.510.430.75
HSL350.62º34.04%18.43%-
HSV(B)350.62º50.79%24.71%-
XYZ2.862.161.94-
YUV41.14125.1143.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 48.46%
GREEN value IS 31 (12.5% from 255) = 23.85%
BLUE value IS 36 (14.45% from 255) = 27.69%
R=48.46%
G=23.85%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63313600.510.430.75350.6234.0418.43
Hex3F1F240332B4B15f2212
Octal773744063531135374222
Binary111111111111001000110011101011100101110101111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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