#241521

Color #241521 Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #241521

Tints of Melanzane #241521

Color information

#241521 (or 0x241521) is unknown color: approx 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

RGB362133-
CMYK00.420.080.86
HSL312º26.32%11.18%-
HSV(B)312º41.67%14.12%-
XYZ1.271.021.57-
YUV26.85131.47134.52-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36213300.420.080.8631226.3211.18
Hex24152102A8561381ab
Octal442541052101264703213
Binary10010010101100001010101010001010110100111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>