#211118

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

Shades of Temptress #211118

Tints of Temptress #211118

Color information

#211118 (or 0x211118) is unknown color: approx Temptress. HEX triplet: 21, 11 and 18. RGB value is (33,17,24). Sum of RGB (Red+Green+Blue) = 33+17+24=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 33 - color contains mainly: red. Hex color #211118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211118 is #DEEEE7. Grayscale: #161616. Windows color (decimal): -14610152 or 1577249. OLE color: 1577249.

HSL color Cylindrical-coordinate representation of color #211118: hue angle of 333.75º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #211118 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.87.

Color convert

RGB331724-
CMYK00.480.270.87
HSL333.75º32%9.8%-
HSV(B)333.75º48.48%12.94%-
XYZ0.990.790.96-
YUV22.58128.8135.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 44.59%
GREEN value IS 17 (7.03% from 255) = 22.97%
BLUE value IS 24 (9.77% from 255) = 32.43%
R=44.59%
G=22.97%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33172400.480.270.87333.75329.8
Hex2111180301B5714e20a
Octal412130060331275164012
Binary100001100011100001100001101110101111010011101000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211118; }

 p { color: rgb(33,17,24); }

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

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

 a { background-color: rgb(33,17,24); }

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

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

 span { border-color: rgb(33,17,24); }

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