Html Css Color HEX #290F21 Melanzane

📋 copy color: '#290F21'

red 41 ◦ green 15 ◦ blue 33

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

Shades of Melanzane #290F21

Tints of Melanzane #290F21

RGB

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

 GREEN value IS 15 (6.25% from 255) = 16.85%

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

R = 46.07%
G = 16.85%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#290F21 (or 0x290F21) is known color: Melanzane. HEX triplet: 29, 0F and 21. RGB value is (41,15,33). Sum of RGB (Red+Green+Blue) = 41+15+33=89 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.07% from 89); Green value is 15 (6.25% from 255 or 16.85% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 41 - color contains mainly: red. Hex color #290F21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F21 is #D6F0DE. Grayscale: #181818. Windows color (decimal): -14086367 or 2166569. OLE color: 2166569.

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

Color convert

RGB 41 15 33 -
CMYK 0 0.63 0.20 0.84
HSL 318.46º 0.46% 0.11% -
HSV(B) 318.46º 0.63% 0.16% -
XYZ 1.36 0.92 1.55 -
YUV 24.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 41 15 33 0 0.63 0.20 0.84 318.46 0.46 0.11
Hex 29 F 21 0 3F 14 54 13E 2E B
Octal 51 17 41 0 77 24 124 476 56 13
Binary 101001 1111 100001 0 111111 10100 1010100 100111110 101110 1011

Color Harmonies of #290F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290F21

Black with #290F21

Text Example


Text Example

White with #290F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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