#311C21

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

Shades of Temptress #311C21

Tints of Temptress #311C21

Color information

#311C21 (or 0x311C21) is unknown color: approx Temptress. HEX triplet: 31, 1C and 21. RGB value is (49,28,33). Sum of RGB (Red+Green+Blue) = 49+28+33=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #311C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C21 is #CEE3DE. Grayscale: #222222. Windows color (decimal): -13558751 or 2169905. OLE color: 2169905.

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

Color convert

RGB492833-
CMYK00.430.330.81
HSL345.71º27.27%15.1%-
HSV(B)345.71º42.86%19.22%-
XYZ1.961.591.64-
YUV34.85126.96138.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 28 (11.33% from 255) = 25.45%
BLUE value IS 33 (13.28% from 255) = 30%
R=44.55%
G=25.45%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49283300.430.330.81345.7127.2715.1
Hex311C2102B215115a1bf
Octal613441053411215323317
Binary1100011110010000101010111000011010001101011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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