#3A1F28

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

Shades of Temptress #3A1F28

Tints of Temptress #3A1F28

Color information

#3A1F28 (or 0x3A1F28) is unknown color: approx Temptress. HEX triplet: 3A, 1F and 28. RGB value is (58,31,40). Sum of RGB (Red+Green+Blue) = 58+31+40=129 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.96% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1F28 is #C5E0D7. Grayscale: #282828. Windows color (decimal): -12968152 or 2629434. OLE color: 2629434.

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

Color convert

RGB583140-
CMYK00.470.310.77
HSL340º30.34%17.45%-
HSV(B)340º46.55%22.75%-
XYZ2.622.032.26-
YUV40.1127.95140.77-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.96%
GREEN value IS 31 (12.5% from 255) = 24.03%
BLUE value IS 40 (16.02% from 255) = 31.01%
R=44.96%
G=24.03%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58314000.470.310.7734030.3417.45
Hex3A1F2802F1F4D1541e11
Octal723750057371155243621
Binary1110101111110100001011111111110011011010101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,31,40); }

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

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

 a { background-color: rgb(58,31,40); }

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

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

 span { border-color: rgb(58,31,40); }

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