#241321

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

Shades of Melanzane #241321

Tints of Melanzane #241321

Color information

#241321 (or 0x241321) is unknown color: approx Melanzane. HEX triplet: 24, 13 and 21. RGB value is (36,19,33). Sum of RGB (Red+Green+Blue) = 36+19+33=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 36 - color contains mainly: red. Hex color #241321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241321 is #DBECDE. Grayscale: #191919. Windows color (decimal): -14413023 or 2167588. OLE color: 2167588.

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

Color convert

RGB361933-
CMYK00.470.080.86
HSL310.59º30.91%10.78%-
HSV(B)310.59º47.22%14.12%-
XYZ1.230.951.56-
YUV25.68132.13135.36-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.91%
GREEN value IS 19 (7.81% from 255) = 21.59%
BLUE value IS 33 (13.28% from 255) = 37.5%
R=40.91%
G=21.59%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36193300.470.080.86310.5930.9110.78
Hex24132102F8561371fb
Octal442341057101264673713
Binary10010010011100001010111110001010110100110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241321; }

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

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

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

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

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

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

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

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