#3B191F

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

Shades of Temptress #3B191F

Tints of Temptress #3B191F

Color information

#3B191F (or 0x3B191F) is unknown color: approx Temptress. HEX triplet: 3B, 19 and 1F. RGB value is (59,25,31). Sum of RGB (Red+Green+Blue) = 59+25+31=115 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.30% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 59 - color contains mainly: red. Hex color #3B191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B191F is #C4E6E0. Grayscale: #232323. Windows color (decimal): -12904161 or 2038075. OLE color: 2038075.

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

Color convert

RGB592531-
CMYK00.580.470.77
HSL349.41º40.48%16.47%-
HSV(B)349.41º57.63%23.14%-
XYZ2.41.721.5-
YUV35.85125.26144.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 51.30%
GREEN value IS 25 (10.16% from 255) = 21.74%
BLUE value IS 31 (12.5% from 255) = 26.96%
R=51.30%
G=21.74%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59253100.580.470.77349.4140.4816.47
Hex3B191F03A2F4D15d2810
Octal733137072571155355020
Binary11101111001111110111010101111100110110101110110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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