Html Css Color HEX #241220 Melanzane

📋 copy color: '#241220'

red 36 ◦ green 18 ◦ blue 32

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

Shades of Melanzane #241220

Tints of Melanzane #241220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.93%

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

R = 41.86%
G = 20.93%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#241220 (or 0x241220) is known color: Melanzane. HEX triplet: 24, 12 and 20. RGB value is (36,18,32). Sum of RGB (Red+Green+Blue) = 36+18+32=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 36 - color contains mainly: red. Hex color #241220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241220 is #DBEDDF. Grayscale: #181818. Windows color (decimal): -14413280 or 2101796. OLE color: 2101796.

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

Color convert

RGB 36 18 32 -
CMYK 0 0.5 0.11 0.86
HSL 313.33º 0.33% 0.11% -
HSV(B) 313.33º 0.5% 0.14% -
XYZ 1.2 0.91 1.48 -
YUV 24.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 36 18 32 0 0.5 0.11 0.86 313.33 0.33 0.11
Hex 24 12 20 0 32 B 56 139 21 B
Octal 44 22 40 0 62 13 126 471 41 13
Binary 100100 10010 100000 0 110010 1011 1010110 100111001 100001 1011

Color Harmonies of #241220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241220

Black with #241220

Text Example


Text Example

White with #241220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241220; }

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

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

background-color css

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

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

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

border-color css

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

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

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