Html Css Color HEX #292528 Melanzane

📋 copy color: '#292528'

red 41 ◦ green 37 ◦ blue 40

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

Shades of Melanzane #292528

Tints of Melanzane #292528

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.36%

 BLUE value IS 40 (16.02% from 255) = 33.9%

R = 34.75%
G = 31.36%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#292528 (or 0x292528) is known color: Melanzane. HEX triplet: 29, 25 and 28. RGB value is (41,37,40). Sum of RGB (Red+Green+Blue) = 41+37+40=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 41 - color contains mainly: red. Hex color #292528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292528 is #D6DAD7. Grayscale: #262626. Windows color (decimal): -14080728 or 2630953. OLE color: 2630953.

HSL color Cylindrical-coordinate representation of color #292528: hue angle of 315º degrees, saturation: 0.05, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #292528 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 37 40 -
CMYK 0 0.10 0.02 0.84
HSL 315º 0.05% 0.15% -
HSV(B) 315º 0.1% 0.16% -
XYZ 1.96 1.95 2.28 -
YUV 38.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 41 37 40 0 0.10 0.02 0.84 315 0.05 0.15
Hex 29 25 28 0 A 2 54 13B 5 F
Octal 51 45 50 0 12 2 124 473 5 17
Binary 101001 100101 101000 0 1010 10 1010100 100111011 101 1111

Color Harmonies of #292528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292528

Black with #292528

Text Example


Text Example

White with #292528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292528; }

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

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

background-color css

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

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

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

border-color css

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

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

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