#211219

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

Shades of Temptress #211219

Tints of Temptress #211219

Color information

#211219 (or 0x211219) is unknown color: approx Temptress. HEX triplet: 21, 12 and 19. RGB value is (33,18,25). Sum of RGB (Red+Green+Blue) = 33+18+25=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 33 - color contains mainly: red. Hex color #211219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211219 is #DEEDE6. Grayscale: #171717. Windows color (decimal): -14609895 or 1643041. OLE color: 1643041.

HSL color Cylindrical-coordinate representation of color #211219: hue angle of 332º 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 #211219 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.87.

Color convert

RGB331825-
CMYK00.450.240.87
HSL332º29.41%10%-
HSV(B)332º45.45%12.94%-
XYZ1.020.831.03-
YUV23.28128.97134.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 43.42%
GREEN value IS 18 (7.42% from 255) = 23.68%
BLUE value IS 25 (10.16% from 255) = 32.89%
R=43.42%
G=23.68%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33182500.450.240.8733229.4110
Hex21121902D185714c1da
Octal412231055301275143512
Binary10000110010110010101101110001010111101001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211219; }

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

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

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

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

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

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

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

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