Html Css Color HEX #231119 Temptress

📋 copy color: '#231119'

red 35 ◦ green 17 ◦ blue 25

#231119
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Temptress #231119

Tints of Temptress #231119

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 value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.86

RGB Variations

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

Color information

#231119 (or 0x231119) is known color: 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

RGB 35 17 25 -
CMYK 0 0.51 0.29 0.86
HSL 333.33º 0.35% 0.1% -
HSV(B) 333.33º 0.51% 0.14% -
XYZ 1.07 0.83 1.02 -
YUV 23.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 35 17 25 0 0.51 0.29 0.86 333.33 0.35 0.1
Hex 23 11 19 0 33 1D 56 14D 23 A
Octal 43 21 31 0 63 35 126 515 43 12
Binary 100011 10001 11001 0 110011 11101 1010110 101001101 100011 1010

Color Harmonies of #231119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231119

Black with #231119

Text Example


Text Example

White with #231119

Text Example


Text Example

HTML Codes & Css Web 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>