#241221

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

Shades of Melanzane #241221

Tints of Melanzane #241221

Color information

#241221 (or 0x241221) is unknown color: approx Melanzane. HEX triplet: 24, 12 and 21. RGB value is (36,18,33). Sum of RGB (Red+Green+Blue) = 36+18+33=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 36 - color contains mainly: red. Hex color #241221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241221 is #DBEDDE. Grayscale: #191919. Windows color (decimal): -14413279 or 2167332. OLE color: 2167332.

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

Color convert

RGB361833-
CMYK00.50.080.86
HSL310º33.33%10.59%-
HSV(B)310º50%14.12%-
XYZ1.220.921.55-
YUV25.09132.46135.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.38%
GREEN value IS 18 (7.42% from 255) = 20.69%
BLUE value IS 33 (13.28% from 255) = 37.93%
R=41.38%
G=20.69%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.08
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36183300.50.080.8631033.3310.59
Hex24122103285613621b
Octal442241062101264664113
Binary100100100101000010110010100010101101001101101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241221; }

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

 H1.HeaderClassName
 {
   color: #241221;
 }
 .AnyTagClassName
 {
   color: #241221;
 }
</style>
background-color css

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

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

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

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

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

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