#241320

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

Shades of Melanzane #241320

Tints of Melanzane #241320

Color information

#241320 (or 0x241320) is unknown color: approx Melanzane. HEX triplet: 24, 13 and 20. RGB value is (36,19,32). Sum of RGB (Red+Green+Blue) = 36+19+32=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 36 - color contains mainly: red. Hex color #241320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241320 is #DBECDF. Grayscale: #191919. Windows color (decimal): -14413024 or 2102052. OLE color: 2102052.

HSL color Cylindrical-coordinate representation of color #241320: hue angle of 314.12º 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 #241320 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB361932-
CMYK00.470.110.86
HSL314.12º30.91%10.78%-
HSV(B)314.12º47.22%14.12%-
XYZ1.220.951.48-
YUV25.56131.63135.44-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.38%
GREEN value IS 19 (7.81% from 255) = 21.84%
BLUE value IS 32 (12.89% from 255) = 36.78%
R=41.38%
G=21.84%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36193200.470.110.86314.1230.9110.78
Hex24132002FB5613a1fb
Octal442340057131264723713
Binary10010010011100000010111110111010110100111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241320; }

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

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

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

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

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

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

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

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