Html Css Color HEX #241821 Melanzane

📋 copy color: '#241821'

red 36 ◦ green 24 ◦ blue 33

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

Shades of Melanzane #241821

Tints of Melanzane #241821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25.81%

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

R = 38.71%
G = 25.81%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.86

RGB Variations

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

Color information

#241821 (or 0x241821) is known color: Melanzane. HEX triplet: 24, 18 and 21. RGB value is (36,24,33). Sum of RGB (Red+Green+Blue) = 36+24+33=93 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.71% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 36 - color contains mainly: red. Hex color #241821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241821 is #DBE7DE. Grayscale: #1C1C1C. Windows color (decimal): -14411743 or 2168868. OLE color: 2168868.

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

Color convert

RGB 36 24 33 -
CMYK 0 0.33 0.08 0.86
HSL 315º 0.2% 0.12% -
HSV(B) 315º 0.33% 0.14% -
XYZ 1.33 1.14 1.59 -
YUV 28.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 36 24 33 0 0.33 0.08 0.86 315 0.2 0.12
Hex 24 18 21 0 21 8 56 13B 14 C
Octal 44 30 41 0 41 10 126 473 24 14
Binary 100100 11000 100001 0 100001 1000 1010110 100111011 10100 1100

Color Harmonies of #241821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241821

Black with #241821

Text Example


Text Example

White with #241821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241821; }

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

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

background-color css

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

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

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

border-color css

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

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

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