Html Css Color HEX #241420 Melanzane

📋 copy color: '#241420'

red 36 ◦ green 20 ◦ blue 32

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

Shades of Melanzane #241420

Tints of Melanzane #241420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.73%

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

R = 40.91%
G = 22.73%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#241420 (or 0x241420) is known color: Melanzane. HEX triplet: 24, 14 and 20. RGB value is (36,20,32). Sum of RGB (Red+Green+Blue) = 36+20+32=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 36 - color contains mainly: red. Hex color #241420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241420 is #DBEBDF. Grayscale: #1A1A1A. Windows color (decimal): -14412768 or 2102308. OLE color: 2102308.

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

Color convert

RGB 36 20 32 -
CMYK 0 0.44 0.11 0.86
HSL 315º 0.29% 0.11% -
HSV(B) 315º 0.44% 0.14% -
XYZ 1.24 0.98 1.49 -
YUV 26.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 36 20 32 0 0.44 0.11 0.86 315 0.29 0.11
Hex 24 14 20 0 2C B 56 13B 1D B
Octal 44 24 40 0 54 13 126 473 35 13
Binary 100100 10100 100000 0 101100 1011 1010110 100111011 11101 1011

Color Harmonies of #241420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241420

Black with #241420

Text Example


Text Example

White with #241420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241420; }

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

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

background-color css

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

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

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

border-color css

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

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

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