Html Css Color HEX #241521 Melanzane

📋 copy color: '#241521'

red 36 ◦ green 21 ◦ blue 33

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

Shades of Melanzane #241521

Tints of Melanzane #241521

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.33%

 BLUE value IS 33 (13.28% from 255) = 36.67%

R = 40%
G = 23.33%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.86

RGB Variations

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

Color information

#241521 (or 0x241521) is known color: Melanzane. HEX triplet: 24, 15 and 21. RGB value is (36,21,33). Sum of RGB (Red+Green+Blue) = 36+21+33=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 36 - color contains mainly: red. Hex color #241521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241521 is #DBEADE. Grayscale: #1A1A1A. Windows color (decimal): -14412511 or 2168100. OLE color: 2168100.

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

Color convert

RGB 36 21 33 -
CMYK 0 0.42 0.08 0.86
HSL 312º 0.26% 0.11% -
HSV(B) 312º 0.42% 0.14% -
XYZ 1.27 1.02 1.57 -
YUV 26.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 36 21 33 0 0.42 0.08 0.86 312 0.26 0.11
Hex 24 15 21 0 2A 8 56 138 1A B
Octal 44 25 41 0 52 10 126 470 32 13
Binary 100100 10101 100001 0 101010 1000 1010110 100111000 11010 1011

Color Harmonies of #241521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241521

Black with #241521

Text Example


Text Example

White with #241521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241521; }

 p { color: rgb(36,21,33); }

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

background-color css

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

 a { background-color: rgb(36,21,33); }

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

border-color css

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

 span { border-color: rgb(36,21,33); }

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