#3B121D

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

Shades of Temptress #3B121D

Tints of Temptress #3B121D

Color information

#3B121D (or 0x3B121D) is unknown color: approx Temptress. HEX triplet: 3B, 12 and 1D. RGB value is (59,18,29). Sum of RGB (Red+Green+Blue) = 59+18+29=106 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.66% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 59 - color contains mainly: red. Hex color #3B121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B121D is #C4EDE2. Grayscale: #1F1F1F. Windows color (decimal): -12905955 or 1905211. OLE color: 1905211.

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

Color convert

RGB591829-
CMYK00.690.510.77
HSL343.9º53.25%15.1%-
HSV(B)343.9º69.49%23.14%-
XYZ2.241.451.32-
YUV31.51126.58147.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 55.66%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 29 (11.72% from 255) = 27.36%
R=55.66%
G=16.98%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59182900.690.510.77343.953.2515.1
Hex3B121D045334D15835f
Octal7322350105631155306517
Binary11101110010111010100010111001110011011010110001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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