Html Css Color HEX #241421 Melanzane

📋 copy color: '#241421'

red 36 ◦ green 20 ◦ blue 33

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

Shades of Melanzane #241421

Tints of Melanzane #241421

RGB

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

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

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

R = 40.45%
G = 22.47%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.86

RGB Variations

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

Color information

#241421 (or 0x241421) is known color: Melanzane. HEX triplet: 24, 14 and 21. RGB value is (36,20,33). Sum of RGB (Red+Green+Blue) = 36+20+33=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 36 - color contains mainly: red. Hex color #241421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241421 is #DBEBDE. Grayscale: #1A1A1A. Windows color (decimal): -14412767 or 2167844. OLE color: 2167844.

HSL color Cylindrical-coordinate representation of color #241421: hue angle of 311.25º 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 #241421 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 20 33 -
CMYK 0 0.44 0.08 0.86
HSL 311.25º 0.29% 0.11% -
HSV(B) 311.25º 0.44% 0.14% -
XYZ 1.25 0.99 1.56 -
YUV 26.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 36 20 33 0 0.44 0.08 0.86 311.25 0.29 0.11
Hex 24 14 21 0 2C 8 56 137 1D B
Octal 44 24 41 0 54 10 126 467 35 13
Binary 100100 10100 100001 0 101100 1000 1010110 100110111 11101 1011

Color Harmonies of #241421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241421

Black with #241421

Text Example


Text Example

White with #241421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241421; }

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

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

background-color css

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

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

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

border-color css

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

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

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