#231119

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

Shades of Temptress #231119

Tints of Temptress #231119

Color information

#231119 (or 0x231119) is unknown color: approx Temptress. HEX triplet: 23, 11 and 19. RGB value is (35,17,25). Sum of RGB (Red+Green+Blue) = 35+17+25=77 (10% of max value = 765). Red value is 35 (14.06% from 255 or 45.45% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 35 - color contains mainly: red. Hex color #231119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231119 is #DCEEE6. Grayscale: #171717. Windows color (decimal): -14479079 or 1642787. OLE color: 1642787.

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

Color convert

RGB351725-
CMYK00.510.290.86
HSL333.33º34.62%10.2%-
HSV(B)333.33º51.43%13.73%-
XYZ1.070.831.02-
YUV23.29128.96136.35-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 45.45%
GREEN value IS 17 (7.03% from 255) = 22.08%
BLUE value IS 25 (10.16% from 255) = 32.47%
R=45.45%
G=22.08%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35172500.510.290.86333.3334.6210.2
Hex2311190331D5614d23a
Octal432131063351265154312
Binary100011100011100101100111110110101101010011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231119; }

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

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

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

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

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

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

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

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