#3B242A

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

Shades of Temptress #3B242A

Tints of Temptress #3B242A

Color information

#3B242A (or 0x3B242A) is unknown color: approx Temptress. HEX triplet: 3B, 24 and 2A. RGB value is (59,36,42). Sum of RGB (Red+Green+Blue) = 59+36+42=137 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.07% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 59 - color contains mainly: red. Hex color #3B242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B242A is #C4DBD5. Grayscale: #2B2B2B. Windows color (decimal): -12901334 or 2761787. OLE color: 2761787.

HSL color Cylindrical-coordinate representation of color #3B242A: hue angle of 344.35º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B242A is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.77.

Color convert

RGB593642-
CMYK00.390.290.77
HSL344.35º24.21%18.63%-
HSV(B)344.35º38.98%23.14%-
XYZ2.852.362.5-
YUV43.56127.12139.01-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 43.07%
GREEN value IS 36 (14.45% from 255) = 26.28%
BLUE value IS 42 (16.80% from 255) = 30.66%
R=43.07%
G=26.28%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59364200.390.290.77344.3524.2118.63
Hex3B242A0271D4D1581813
Octal734452047351155303023
Binary11101110010010101001001111110110011011010110001100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,36,42); }

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

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

 a { background-color: rgb(59,36,42); }

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

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

 span { border-color: rgb(59,36,42); }

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