Html Css Color HEX #241320 Melanzane

📋 copy color: '#241320'

red 36 ◦ green 19 ◦ blue 32

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

Shades of Melanzane #241320

Tints of Melanzane #241320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.84%

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

R = 41.38%
G = 21.84%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#241320 (or 0x241320) is known color: Melanzane. HEX triplet: 24, 13 and 20. RGB value is (36,19,32). Sum of RGB (Red+Green+Blue) = 36+19+32=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 36 - color contains mainly: red. Hex color #241320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241320 is #DBECDF. Grayscale: #191919. Windows color (decimal): -14413024 or 2102052. OLE color: 2102052.

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

Color convert

RGB 36 19 32 -
CMYK 0 0.47 0.11 0.86
HSL 314.12º 0.31% 0.11% -
HSV(B) 314.12º 0.47% 0.14% -
XYZ 1.22 0.95 1.48 -
YUV 25.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 36 19 32 0 0.47 0.11 0.86 314.12 0.31 0.11
Hex 24 13 20 0 2F B 56 13A 1F B
Octal 44 23 40 0 57 13 126 472 37 13
Binary 100100 10011 100000 0 101111 1011 1010110 100111010 11111 1011

Color Harmonies of #241320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241320

Black with #241320

Text Example


Text Example

White with #241320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241320; }

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

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

background-color css

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

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

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

border-color css

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

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

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