#241219

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

Shades of Temptress #241219

Tints of Temptress #241219

Color information

#241219 (or 0x241219) is unknown color: approx Temptress. HEX triplet: 24, 12 and 19. RGB value is (36,18,25). Sum of RGB (Red+Green+Blue) = 36+18+25=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 36 - color contains mainly: red. Hex color #241219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241219 is #DBEDE6. Grayscale: #181818. Windows color (decimal): -14413287 or 1643044. OLE color: 1643044.

HSL color Cylindrical-coordinate representation of color #241219: hue angle of 336.67º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #241219 is Cyan = 0, Magento = 0.5, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB361825-
CMYK00.50.310.86
HSL336.67º33.33%10.59%-
HSV(B)336.67º50%14.12%-
XYZ1.120.881.03-
YUV24.18128.46136.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 45.57%
GREEN value IS 18 (7.42% from 255) = 22.78%
BLUE value IS 25 (10.16% from 255) = 31.65%
R=45.57%
G=22.78%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36182500.50.310.86336.6733.3310.59
Hex2412190321F5615121b
Octal442231062371265214113
Binary100100100101100101100101111110101101010100011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241219; }

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

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

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

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

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

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

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

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