#311A21

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

Shades of Temptress #311A21

Tints of Temptress #311A21

Color information

#311A21 (or 0x311A21) is unknown color: approx Temptress. HEX triplet: 31, 1A and 21. RGB value is (49,26,33). Sum of RGB (Red+Green+Blue) = 49+26+33=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #311A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A21 is #CEE5DE. Grayscale: #212121. Windows color (decimal): -13559263 or 2169393. OLE color: 2169393.

HSL color Cylindrical-coordinate representation of color #311A21: hue angle of 341.74º 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 #311A21 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB492633-
CMYK00.470.330.81
HSL341.74º30.67%14.71%-
HSV(B)341.74º46.94%19.22%-
XYZ1.911.51.63-
YUV33.67127.62138.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.37%
GREEN value IS 26 (10.55% from 255) = 24.07%
BLUE value IS 33 (13.28% from 255) = 30.56%
R=45.37%
G=24.07%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49263300.470.330.81341.7430.6714.71
Hex311A2102F21511561ff
Octal613241057411215263717
Binary1100011101010000101011111000011010001101010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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