#241421

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

Shades of Melanzane #241421

Tints of Melanzane #241421

Color information

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

RGB362033-
CMYK00.440.080.86
HSL311.25º28.57%10.98%-
HSV(B)311.25º44.44%14.12%-
XYZ1.250.991.56-
YUV26.27131.8134.94-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.45%
GREEN value IS 20 (8.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36203300.440.080.86311.2528.5710.98
Hex24142102C8561371db
Octal442441054101264673513
Binary10010010100100001010110010001010110100110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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