#211218

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

Shades of Temptress #211218

Tints of Temptress #211218

Color information

#211218 (or 0x211218) is unknown color: approx Temptress. HEX triplet: 21, 12 and 18. RGB value is (33,18,24). Sum of RGB (Red+Green+Blue) = 33+18+24=75 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 33 - color contains mainly: red. Hex color #211218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211218 is #DEEDE7. Grayscale: #171717. Windows color (decimal): -14609896 or 1577505. OLE color: 1577505.

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

Color convert

RGB331824-
CMYK00.450.270.87
HSL336º29.41%10%-
HSV(B)336º45.45%12.94%-
XYZ1.010.820.97-
YUV23.17128.47135.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 44%
GREEN value IS 18 (7.42% from 255) = 24%
BLUE value IS 24 (9.77% from 255) = 32%
R=44%
G=24%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33182400.450.270.8733629.4110
Hex21121802D1B571501da
Octal412230055331275203512
Binary10000110010110000101101110111010111101010000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211218; }

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

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

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

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

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

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

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

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