#231219

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

Shades of Temptress #231219

Tints of Temptress #231219

Color information

#231219 (or 0x231219) is unknown color: approx Temptress. HEX triplet: 23, 12 and 19. RGB value is (35,18,25). Sum of RGB (Red+Green+Blue) = 35+18+25=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 25 (10.16% from 255 or 32.05% from 78); Max value from RGB is 35 - color contains mainly: red. Hex color #231219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231219 is #DCEDE6. Grayscale: #171717. Windows color (decimal): -14478823 or 1643043. OLE color: 1643043.

HSL color Cylindrical-coordinate representation of color #231219: hue angle of 335.29º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #231219 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.86.

Color convert

RGB351825-
CMYK00.490.290.86
HSL335.29º32.08%10.39%-
HSV(B)335.29º48.57%13.73%-
XYZ1.080.861.03-
YUV23.88128.63135.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 44.87%
GREEN value IS 18 (7.42% from 255) = 23.08%
BLUE value IS 25 (10.16% from 255) = 32.05%
R=44.87%
G=23.08%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35182500.490.290.86335.2932.0810.39
Hex2312190311D5614f20a
Octal432231061351265174012
Binary100011100101100101100011110110101101010011111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231219; }

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

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

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

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

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

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

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

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