Html Css Color HEX #292128 Melanzane

📋 copy color: '#292128'

red 41 ◦ green 33 ◦ blue 40

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

Shades of Melanzane #292128

Tints of Melanzane #292128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 28.95%

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

R = 35.96%
G = 28.95%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#292128 (or 0x292128) is known color: Melanzane. HEX triplet: 29, 21 and 28. RGB value is (41,33,40). Sum of RGB (Red+Green+Blue) = 41+33+40=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 41 - color contains mainly: red. Hex color #292128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292128 is #D6DED7. Grayscale: #242424. Windows color (decimal): -14081752 or 2629929. OLE color: 2629929.

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

Color convert

RGB 41 33 40 -
CMYK 0 0.20 0.02 0.84
HSL 307.5º 0.11% 0.15% -
HSV(B) 307.5º 0.2% 0.16% -
XYZ 1.84 1.71 2.24 -
YUV 36.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 41 33 40 0 0.20 0.02 0.84 307.5 0.11 0.15
Hex 29 21 28 0 14 2 54 134 B F
Octal 51 41 50 0 24 2 124 464 13 17
Binary 101001 100001 101000 0 10100 10 1010100 100110100 1011 1111

Color Harmonies of #292128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292128

Black with #292128

Text Example


Text Example

White with #292128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292128; }

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

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

background-color css

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

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

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

border-color css

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

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

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