Html Css Color HEX #241019 Temptress

📋 copy color: '#241019'

red 36 ◦ green 16 ◦ blue 25

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

Shades of Temptress #241019

Tints of Temptress #241019

RGB

 RED value IS 36 (14.45% from 255) = 46.75%

 GREEN value IS 16 (6.64% from 255) = 20.78%

 BLUE value IS 25 (10.16% from 255) = 32.47%

R = 46.75%
G = 20.78%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#241019 (or 0x241019) is known color: Temptress. HEX triplet: 24, 10 and 19. RGB value is (36,16,25). Sum of RGB (Red+Green+Blue) = 36+16+25=77 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.75% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 36 - color contains mainly: red. Hex color #241019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241019 is #DBEFE6. Grayscale: #161616. Windows color (decimal): -14413799 or 1642532. OLE color: 1642532.

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

Color convert

RGB 36 16 25 -
CMYK 0 0.56 0.31 0.86
HSL 333º 0.38% 0.1% -
HSV(B) 333º 0.56% 0.14% -
XYZ 1.09 0.82 1.02 -
YUV 23.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 36 16 25 0 0.56 0.31 0.86 333 0.38 0.1
Hex 24 10 19 0 38 1F 56 14D 26 A
Octal 44 20 31 0 70 37 126 515 46 12
Binary 100100 10000 11001 0 111000 11111 1010110 101001101 100110 1010

Color Harmonies of #241019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241019

Black with #241019

Text Example


Text Example

White with #241019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241019; }

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

 H1.HeaderClassName
 {
   color: #241019;
 }
 .AnyTagClassName
 {
   color: #241019;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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