#241D21

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

Shades of Melanzane #241D21

Tints of Melanzane #241D21

Color information

#241D21 (or 0x241D21) is unknown color: approx Melanzane. HEX triplet: 24, 1D and 21. RGB value is (36,29,33). Sum of RGB (Red+Green+Blue) = 36+29+33=98 (12% of max value = 765). Red value is 36 (14.45% from 255 or 36.73% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 36 - color contains mainly: red. Hex color #241D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D21 is #DBE2DE. Grayscale: #1F1F1F. Windows color (decimal): -14410463 or 2170148. OLE color: 2170148.

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

Color convert

RGB362933-
CMYK00.190.080.86
HSL325.71º10.77%12.75%-
HSV(B)325.71º19.44%14.12%-
XYZ1.441.361.63-
YUV31.55128.82131.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36.73%
GREEN value IS 29 (11.72% from 255) = 29.59%
BLUE value IS 33 (13.28% from 255) = 33.67%
R=36.73%
G=29.59%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36293300.190.080.86325.7110.7712.75
Hex241D21013856146bd
Octal443541023101265061315
Binary100100111011000010100111000101011010100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241D21; }

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

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

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

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

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

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

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

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