Html Css Color HEX #241321 Melanzane

📋 copy color: '#241321'

red 36 ◦ green 19 ◦ blue 33

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

Shades of Melanzane #241321

Tints of Melanzane #241321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 37.5%

R = 40.91%
G = 21.59%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.86

RGB Variations

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

Color information

#241321 (or 0x241321) is known color: Melanzane. HEX triplet: 24, 13 and 21. RGB value is (36,19,33). Sum of RGB (Red+Green+Blue) = 36+19+33=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 36 - color contains mainly: red. Hex color #241321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241321 is #DBECDE. Grayscale: #191919. Windows color (decimal): -14413023 or 2167588. OLE color: 2167588.

HSL color Cylindrical-coordinate representation of color #241321: hue angle of 310.59º 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 #241321 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 19 33 -
CMYK 0 0.47 0.08 0.86
HSL 310.59º 0.31% 0.11% -
HSV(B) 310.59º 0.47% 0.14% -
XYZ 1.23 0.95 1.56 -
YUV 25.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 36 19 33 0 0.47 0.08 0.86 310.59 0.31 0.11
Hex 24 13 21 0 2F 8 56 137 1F B
Octal 44 23 41 0 57 10 126 467 37 13
Binary 100100 10011 100001 0 101111 1000 1010110 100110111 11111 1011

Color Harmonies of #241321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241321

Black with #241321

Text Example


Text Example

White with #241321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241321; }

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

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

background-color css

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

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

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

border-color css

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

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

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