#3B131F

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

Shades of Temptress #3B131F

Tints of Temptress #3B131F

Color information

#3B131F (or 0x3B131F) is unknown color: approx Temptress. HEX triplet: 3B, 13 and 1F. RGB value is (59,19,31). Sum of RGB (Red+Green+Blue) = 59+19+31=109 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.13% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 59 - color contains mainly: red. Hex color #3B131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B131F is #C4ECE0. Grayscale: #202020. Windows color (decimal): -12905697 or 2036539. OLE color: 2036539.

HSL color Cylindrical-coordinate representation of color #3B131F: hue angle of 342º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B131F is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.77.

Color convert

RGB591931-
CMYK00.680.470.77
HSL342º51.28%15.29%-
HSV(B)342º67.8%23.14%-
XYZ2.281.491.46-
YUV32.33127.25147.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 54.13%
GREEN value IS 19 (7.81% from 255) = 17.43%
BLUE value IS 31 (12.5% from 255) = 28.44%
R=54.13%
G=17.43%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59193100.680.470.7734251.2815.29
Hex3B131F0442F4D15633f
Octal7323370104571155266317
Binary11101110011111110100010010111110011011010101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,19,31); }

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

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

 a { background-color: rgb(59,19,31); }

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

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

 span { border-color: rgb(59,19,31); }

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