#221319

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

Shades of Temptress #221319

Tints of Temptress #221319

Color information

#221319 (or 0x221319) is unknown color: approx Temptress. HEX triplet: 22, 13 and 19. RGB value is (34,19,25). Sum of RGB (Red+Green+Blue) = 34+19+25=78 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.59% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 25 (10.16% from 255 or 32.05% from 78); Max value from RGB is 34 - color contains mainly: red. Hex color #221319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221319 is #DDECE6. Grayscale: #181818. Windows color (decimal): -14544103 or 1643298. OLE color: 1643298.

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

Color convert

RGB341925-
CMYK00.440.260.87
HSL336º28.3%10.39%-
HSV(B)336º44.12%13.33%-
XYZ1.070.881.03-
YUV24.17128.47135.01-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 43.59%
GREEN value IS 19 (7.81% from 255) = 24.36%
BLUE value IS 25 (10.16% from 255) = 32.05%
R=43.59%
G=24.36%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34192500.440.260.8733628.310.39
Hex22131902C1A571501ca
Octal422331054321275203412
Binary10001010011110010101100110101010111101010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221319; }

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

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

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

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

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

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

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

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