#241921

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

Shades of Melanzane #241921

Tints of Melanzane #241921

Color information

#241921 (or 0x241921) is unknown color: approx Melanzane. HEX triplet: 24, 19 and 21. RGB value is (36,25,33). Sum of RGB (Red+Green+Blue) = 36+25+33=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 36 - color contains mainly: red. Hex color #241921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241921 is #DBE6DE. Grayscale: #1D1D1D. Windows color (decimal): -14411487 or 2169124. OLE color: 2169124.

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

Color convert

RGB362533-
CMYK00.310.080.86
HSL316.36º18.03%11.96%-
HSV(B)316.36º30.56%14.12%-
XYZ1.351.181.6-
YUV29.2130.14132.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 38.30%
GREEN value IS 25 (10.16% from 255) = 26.60%
BLUE value IS 33 (13.28% from 255) = 35.11%
R=38.30%
G=26.60%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36253300.310.080.86316.3618.0311.96
Hex24192101F85613c12c
Octal443141037101264742214
Binary1001001100110000101111110001010110100111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241921; }

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

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

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

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

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

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

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

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