Html Css Color HEX #241820 Melanzane

📋 copy color: '#241820'

red 36 ◦ green 24 ◦ blue 32

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

Shades of Melanzane #241820

Tints of Melanzane #241820

RGB

 RED value IS 36 (14.45% from 255) = 39.13%

 GREEN value IS 24 (9.77% from 255) = 26.09%

 BLUE value IS 32 (12.89% from 255) = 34.78%

R = 39.13%
G = 26.09%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#241820 (or 0x241820) is known color: Melanzane. HEX triplet: 24, 18 and 20. RGB value is (36,24,32). Sum of RGB (Red+Green+Blue) = 36+24+32=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 36 - color contains mainly: red. Hex color #241820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241820 is #DBE7DF. Grayscale: #1C1C1C. Windows color (decimal): -14411744 or 2103332. OLE color: 2103332.

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

Color convert

RGB 36 24 32 -
CMYK 0 0.33 0.11 0.86
HSL 320º 0.2% 0.12% -
HSV(B) 320º 0.33% 0.14% -
XYZ 1.31 1.13 1.52 -
YUV 28.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 36 24 32 0 0.33 0.11 0.86 320 0.2 0.12
Hex 24 18 20 0 21 B 56 140 14 C
Octal 44 30 40 0 41 13 126 500 24 14
Binary 100100 11000 100000 0 100001 1011 1010110 101000000 10100 1100

Color Harmonies of #241820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241820

Black with #241820

Text Example


Text Example

White with #241820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241820; }

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

 H1.HeaderClassName
 {
   color: #241820;
 }
 .AnyTagClassName
 {
   color: #241820;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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