Html Css Color HEX #241B21 Melanzane

📋 copy color: '#241B21'

red 36 ◦ green 27 ◦ blue 33

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

Shades of Melanzane #241B21

Tints of Melanzane #241B21

RGB

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

 GREEN value IS 27 (10.94% from 255) = 28.13%

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

R = 37.5%
G = 28.13%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.86

RGB Variations

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

Color information

#241B21 (or 0x241B21) is known color: Melanzane. HEX triplet: 24, 1B and 21. RGB value is (36,27,33). Sum of RGB (Red+Green+Blue) = 36+27+33=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 33 (13.28% from 255 or 34.38% from 96); Max value from RGB is 36 - color contains mainly: red. Hex color #241B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241B21 is #DBE4DE. Grayscale: #1E1E1E. Windows color (decimal): -14410975 or 2169636. OLE color: 2169636.

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

Color convert

RGB 36 27 33 -
CMYK 0 0.25 0.08 0.86
HSL 320º 0.14% 0.12% -
HSV(B) 320º 0.25% 0.14% -
XYZ 1.39 1.27 1.61 -
YUV 30.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 36 27 33 0 0.25 0.08 0.86 320 0.14 0.12
Hex 24 1B 21 0 19 8 56 140 E C
Octal 44 33 41 0 31 10 126 500 16 14
Binary 100100 11011 100001 0 11001 1000 1010110 101000000 1110 1100

Color Harmonies of #241B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241B21

Black with #241B21

Text Example


Text Example

White with #241B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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