Html Css Color HEX #240E20 Melanzane

📋 copy color: '#240E20'

red 36 ◦ green 14 ◦ blue 32

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

Shades of Melanzane #240E20

Tints of Melanzane #240E20

RGB

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

 GREEN value IS 14 (5.86% from 255) = 17.07%

 BLUE value IS 32 (12.89% from 255) = 39.02%

R = 43.9%
G = 17.07%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#240E20 (or 0x240E20) is known color: Melanzane. HEX triplet: 24, 0E and 20. RGB value is (36,14,32). Sum of RGB (Red+Green+Blue) = 36+14+32=82 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.90% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 32 (12.89% from 255 or 39.02% from 82); Max value from RGB is 36 - color contains mainly: red. Hex color #240E20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E20 is #DBF1DF. Grayscale: #161616. Windows color (decimal): -14414304 or 2100772. OLE color: 2100772.

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

Color convert

RGB 36 14 32 -
CMYK 0 0.61 0.11 0.86
HSL 310.91º 0.44% 0.1% -
HSV(B) 310.91º 0.61% 0.14% -
XYZ 1.15 0.79 1.46 -
YUV 22.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 36 14 32 0 0.61 0.11 0.86 310.91 0.44 0.1
Hex 24 E 20 0 3D B 56 137 2C A
Octal 44 16 40 0 75 13 126 467 54 12
Binary 100100 1110 100000 0 111101 1011 1010110 100110111 101100 1010

Color Harmonies of #240E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240E20

Black with #240E20

Text Example


Text Example

White with #240E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,14,32); }

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

background-color css

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

 a { background-color: rgb(36,14,32); }

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

border-color css

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

 span { border-color: rgb(36,14,32); }

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