#311A23

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

Shades of Temptress #311A23

Tints of Temptress #311A23

Color information

#311A23 (or 0x311A23) is unknown color: approx Temptress. HEX triplet: 31, 1A and 23. RGB value is (49,26,35). Sum of RGB (Red+Green+Blue) = 49+26+35=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #311A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A23 is #CEE5DC. Grayscale: #212121. Windows color (decimal): -13559261 or 2300465. OLE color: 2300465.

HSL color Cylindrical-coordinate representation of color #311A23: hue angle of 336.52º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #311A23 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB492635-
CMYK00.470.290.81
HSL336.52º30.67%14.71%-
HSV(B)336.52º46.94%19.22%-
XYZ1.941.511.78-
YUV33.9128.62138.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 26 (10.55% from 255) = 23.64%
BLUE value IS 35 (14.06% from 255) = 31.82%
R=44.55%
G=23.64%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49263500.470.290.81336.5230.6714.71
Hex311A2302F1D511511ff
Octal613243057351215213717
Binary110001110101000110101111111011010001101010001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311A23; }

 p { color: rgb(49,26,35); }

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

<style>
 a { background-color: #311A23; }

 a { background-color: rgb(49,26,35); }

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

<style>
 span { border-color: #311A23; }

 span { border-color: rgb(49,26,35); }

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