#3B121F

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

Shades of Temptress #3B121F

Tints of Temptress #3B121F

Color information

#3B121F (or 0x3B121F) is unknown color: approx Temptress. HEX triplet: 3B, 12 and 1F. RGB value is (59,18,31). Sum of RGB (Red+Green+Blue) = 59+18+31=108 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.63% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 59 - color contains mainly: red. Hex color #3B121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B121F is #C4EDE0. Grayscale: #1F1F1F. Windows color (decimal): -12905953 or 2036283. OLE color: 2036283.

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

Color convert

RGB591831-
CMYK00.690.470.77
HSL340.98º53.25%15.1%-
HSV(B)340.98º69.49%23.14%-
XYZ2.271.461.46-
YUV31.74127.58147.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 54.63%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 31 (12.5% from 255) = 28.70%
R=54.63%
G=16.67%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59183100.690.470.77340.9853.2515.1
Hex3B121F0452F4D15535f
Octal7322370105571155256517
Binary11101110010111110100010110111110011011010101011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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