Html Css Color HEX #240F18 Temptress

📋 copy color: '#240F18'

red 36 ◦ green 15 ◦ blue 24

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

Shades of Temptress #240F18

Tints of Temptress #240F18

RGB

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

 GREEN value IS 15 (6.25% from 255) = 20%

 BLUE value IS 24 (9.77% from 255) = 32%

R = 48%
G = 20%
B = 32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.86

RGB Variations

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

Color information

#240F18 (or 0x240F18) is known color: Temptress. HEX triplet: 24, 0F and 18. RGB value is (36,15,24). Sum of RGB (Red+Green+Blue) = 36+15+24=75 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 36 - color contains mainly: red. Hex color #240F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240F18 is #DBF0E7. Grayscale: #161616. Windows color (decimal): -14414056 or 1576740. OLE color: 1576740.

HSL color Cylindrical-coordinate representation of color #240F18: hue angle of 334.29º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #240F18 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 15 24 -
CMYK 0 0.58 0.33 0.86
HSL 334.29º 0.41% 0.1% -
HSV(B) 334.29º 0.58% 0.14% -
XYZ 1.06 0.78 0.96 -
YUV 22.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 36 15 24 0 0.58 0.33 0.86 334.29 0.41 0.1
Hex 24 F 18 0 3A 21 56 14E 29 A
Octal 44 17 30 0 72 41 126 516 51 12
Binary 100100 1111 11000 0 111010 100001 1010110 101001110 101001 1010

Color Harmonies of #240F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240F18

Black with #240F18

Text Example


Text Example

White with #240F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240F18; }

 p { color: rgb(36,15,24); }

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

background-color css

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

 a { background-color: rgb(36,15,24); }

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

border-color css

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

 span { border-color: rgb(36,15,24); }

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