Html Css Color HEX #291325 Melanzane

📋 copy color: '#291325'

red 41 ◦ green 19 ◦ blue 37

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

Shades of Melanzane #291325

Tints of Melanzane #291325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 38.14%

R = 42.27%
G = 19.59%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.84

RGB Variations

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

Color information

#291325 (or 0x291325) is known color: Melanzane. HEX triplet: 29, 13 and 25. RGB value is (41,19,37). Sum of RGB (Red+Green+Blue) = 41+19+37=97 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.27% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 41 - color contains mainly: red. Hex color #291325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291325 is #D6ECDA. Grayscale: #1B1B1B. Windows color (decimal): -14085339 or 2429737. OLE color: 2429737.

HSL color Cylindrical-coordinate representation of color #291325: hue angle of 310.91º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #291325 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 19 37 -
CMYK 0 0.54 0.10 0.84
HSL 310.91º 0.37% 0.12% -
HSV(B) 310.91º 0.54% 0.16% -
XYZ 1.48 1.07 1.88 -
YUV 27.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 41 19 37 0 0.54 0.10 0.84 310.91 0.37 0.12
Hex 29 13 25 0 36 A 54 137 25 C
Octal 51 23 45 0 66 12 124 467 45 14
Binary 101001 10011 100101 0 110110 1010 1010100 100110111 100101 1100

Color Harmonies of #291325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291325

Black with #291325

Text Example


Text Example

White with #291325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291325; }

 p { color: rgb(41,19,37); }

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

background-color css

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

 a { background-color: rgb(41,19,37); }

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

border-color css

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

 span { border-color: rgb(41,19,37); }

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