Html Css Color HEX #241920 Melanzane

📋 copy color: '#241920'

red 36 ◦ green 25 ◦ blue 32

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

Shades of Melanzane #241920

Tints of Melanzane #241920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 26.88%

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

R = 38.71%
G = 26.88%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#241920 (or 0x241920) is known color: Melanzane. HEX triplet: 24, 19 and 20. RGB value is (36,25,32). Sum of RGB (Red+Green+Blue) = 36+25+32=93 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.71% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 36 - color contains mainly: red. Hex color #241920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241920 is #DBE6DF. Grayscale: #1D1D1D. Windows color (decimal): -14411488 or 2103588. OLE color: 2103588.

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

Color convert

RGB 36 25 32 -
CMYK 0 0.31 0.11 0.86
HSL 321.82º 0.18% 0.12% -
HSV(B) 321.82º 0.31% 0.14% -
XYZ 1.34 1.17 1.52 -
YUV 29.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 36 25 32 0 0.31 0.11 0.86 321.82 0.18 0.12
Hex 24 19 20 0 1F B 56 142 12 C
Octal 44 31 40 0 37 13 126 502 22 14
Binary 100100 11001 100000 0 11111 1011 1010110 101000010 10010 1100

Color Harmonies of #241920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241920

Black with #241920

Text Example


Text Example

White with #241920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241920; }

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

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

background-color css

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

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

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

border-color css

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

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

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