Html Css Color HEX #241D21 Melanzane

📋 copy color: '#241D21'

red 36 ◦ green 29 ◦ blue 33

#241D21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #241D21

Tints of Melanzane #241D21

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 value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.86

RGB Variations

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

Color information

#241D21 (or 0x241D21) is known color: 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

RGB 36 29 33 -
CMYK 0 0.19 0.08 0.86
HSL 325.71º 0.11% 0.13% -
HSV(B) 325.71º 0.19% 0.14% -
XYZ 1.44 1.36 1.63 -
YUV 31.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 36 29 33 0 0.19 0.08 0.86 325.71 0.11 0.13
Hex 24 1D 21 0 13 8 56 146 B D
Octal 44 35 41 0 23 10 126 506 13 15
Binary 100100 11101 100001 0 10011 1000 1010110 101000110 1011 1101

Color Harmonies of #241D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241D21

Black with #241D21

Text Example


Text Example

White with #241D21

Text Example


Text Example

HTML Codes & Css Web 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>