Html Css Color HEX #291021 Melanzane

📋 copy color: '#291021'

red 41 ◦ green 16 ◦ blue 33

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

Shades of Melanzane #291021

Tints of Melanzane #291021

RGB

 RED value IS 41 (16.41% from 255) = 45.56%

 GREEN value IS 16 (6.64% from 255) = 17.78%

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

R = 45.56%
G = 17.78%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#291021 (or 0x291021) is known color: Melanzane. HEX triplet: 29, 10 and 21. RGB value is (41,16,33). Sum of RGB (Red+Green+Blue) = 41+16+33=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 41 - color contains mainly: red. Hex color #291021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291021 is #D6EFDE. Grayscale: #191919. Windows color (decimal): -14086111 or 2166825. OLE color: 2166825.

HSL color Cylindrical-coordinate representation of color #291021: hue angle of 319.2º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #291021 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 16 33 -
CMYK 0 0.61 0.20 0.84
HSL 319.2º 0.44% 0.11% -
HSV(B) 319.2º 0.61% 0.16% -
XYZ 1.37 0.95 1.55 -
YUV 25.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 41 16 33 0 0.61 0.20 0.84 319.2 0.44 0.11
Hex 29 10 21 0 3D 14 54 13F 2C B
Octal 51 20 41 0 75 24 124 477 54 13
Binary 101001 10000 100001 0 111101 10100 1010100 100111111 101100 1011

Color Harmonies of #291021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291021

Black with #291021

Text Example


Text Example

White with #291021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291021; }

 p { color: rgb(41,16,33); }

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

background-color css

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

 a { background-color: rgb(41,16,33); }

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

border-color css

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

 span { border-color: rgb(41,16,33); }

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