#211319

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

Shades of Temptress #211319

Tints of Temptress #211319

Color information

#211319 (or 0x211319) is unknown color: approx Temptress. HEX triplet: 21, 13 and 19. RGB value is (33,19,25). Sum of RGB (Red+Green+Blue) = 33+19+25=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 33 - color contains mainly: red. Hex color #211319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211319 is #DEECE6. Grayscale: #171717. Windows color (decimal): -14609639 or 1643297. OLE color: 1643297.

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

Color convert

RGB331925-
CMYK00.420.240.87
HSL334.29º26.92%10.2%-
HSV(B)334.29º42.42%12.94%-
XYZ1.040.861.03-
YUV23.87128.64134.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.86%
GREEN value IS 19 (7.81% from 255) = 24.68%
BLUE value IS 25 (10.16% from 255) = 32.47%
R=42.86%
G=24.68%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33192500.420.240.87334.2926.9210.2
Hex21131902A185714e1ba
Octal412331052301275163312
Binary10000110011110010101010110001010111101001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211319; }

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

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

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

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

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

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

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

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