#241020

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

Shades of Melanzane #241020

Tints of Melanzane #241020

Color information

#241020 (or 0x241020) is unknown color: approx Melanzane. HEX triplet: 24, 10 and 20. RGB value is (36,16,32). Sum of RGB (Red+Green+Blue) = 36+16+32=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 36 - color contains mainly: red. Hex color #241020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241020 is #DBEFDF. Grayscale: #171717. Windows color (decimal): -14413792 or 2101284. OLE color: 2101284.

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

Color convert

RGB361632-
CMYK00.560.110.86
HSL312º38.46%10.2%-
HSV(B)312º55.56%14.12%-
XYZ1.170.851.47-
YUV23.8132.63136.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 42.86%
GREEN value IS 16 (6.64% from 255) = 19.05%
BLUE value IS 32 (12.89% from 255) = 38.10%
R=42.86%
G=19.05%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36163200.560.110.8631238.4610.2
Hex241020038B5613826a
Octal442040070131264704612
Binary100100100001000000111000101110101101001110001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241020; }

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

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

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

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

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

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

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

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