Html Css Color HEX #292126 Melanzane

📋 copy color: '#292126'

red 41 ◦ green 33 ◦ blue 38

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

Shades of Melanzane #292126

Tints of Melanzane #292126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 33.93%

R = 36.61%
G = 29.46%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.84

RGB Variations

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

Color information

#292126 (or 0x292126) is known color: Melanzane. HEX triplet: 29, 21 and 26. RGB value is (41,33,38). Sum of RGB (Red+Green+Blue) = 41+33+38=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 41 - color contains mainly: red. Hex color #292126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292126 is #D6DED9. Grayscale: #232323. Windows color (decimal): -14081754 or 2498857. OLE color: 2498857.

HSL color Cylindrical-coordinate representation of color #292126: hue angle of 322.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 #292126 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 33 38 -
CMYK 0 0.20 0.07 0.84
HSL 322.5º 0.11% 0.15% -
HSV(B) 322.5º 0.2% 0.16% -
XYZ 1.81 1.7 2.07 -
YUV 35.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 41 33 38 0 0.20 0.07 0.84 322.5 0.11 0.15
Hex 29 21 26 0 14 7 54 142 B F
Octal 51 41 46 0 24 7 124 502 13 17
Binary 101001 100001 100110 0 10100 111 1010100 101000010 1011 1111

Color Harmonies of #292126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292126

Black with #292126

Text Example


Text Example

White with #292126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292126; }

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

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

background-color css

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

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

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

border-color css

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

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

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