#3B1F26

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

Shades of Temptress #3B1F26

Tints of Temptress #3B1F26

Color information

#3B1F26 (or 0x3B1F26) is unknown color: approx Temptress. HEX triplet: 3B, 1F and 26. RGB value is (59,31,38). Sum of RGB (Red+Green+Blue) = 59+31+38=128 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.09% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1F26 is #C4E0D9. Grayscale: #282828. Windows color (decimal): -12902618 or 2498363. OLE color: 2498363.

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

Color convert

RGB593138-
CMYK00.470.360.77
HSL345º31.11%17.65%-
HSV(B)345º47.46%23.14%-
XYZ2.642.052.09-
YUV40.17126.78141.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 46.09%
GREEN value IS 31 (12.5% from 255) = 24.22%
BLUE value IS 38 (15.23% from 255) = 29.69%
R=46.09%
G=24.22%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59313800.470.360.7734531.1117.65
Hex3B1F2602F244D1591f12
Octal733746057441155313722
Binary11101111111100110010111110010010011011010110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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