#311B21

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

Shades of Temptress #311B21

Tints of Temptress #311B21

Color information

#311B21 (or 0x311B21) is unknown color: approx Temptress. HEX triplet: 31, 1B and 21. RGB value is (49,27,33). Sum of RGB (Red+Green+Blue) = 49+27+33=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #311B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B21 is #CEE4DE. Grayscale: #222222. Windows color (decimal): -13559007 or 2169649. OLE color: 2169649.

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

Color convert

RGB492733-
CMYK00.450.330.81
HSL343.64º28.95%14.9%-
HSV(B)343.64º44.9%19.22%-
XYZ1.931.551.64-
YUV34.26127.29138.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.95%
GREEN value IS 27 (10.94% from 255) = 24.77%
BLUE value IS 33 (13.28% from 255) = 30.28%
R=44.95%
G=24.77%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49273300.450.330.81343.6428.9514.9
Hex311B2102D21511581df
Octal613341055411215303517
Binary1100011101110000101011011000011010001101011000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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