Html Css Color HEX #292328 Melanzane

📋 copy color: '#292328'

red 41 ◦ green 35 ◦ blue 40

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

Shades of Melanzane #292328

Tints of Melanzane #292328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.17%

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

R = 35.34%
G = 30.17%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#292328 (or 0x292328) is known color: Melanzane. HEX triplet: 29, 23 and 28. RGB value is (41,35,40). Sum of RGB (Red+Green+Blue) = 41+35+40=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 41 - color contains mainly: red. Hex color #292328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292328 is #D6DCD7. Grayscale: #252525. Windows color (decimal): -14081240 or 2630441. OLE color: 2630441.

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

Color convert

RGB 41 35 40 -
CMYK 0 0.15 0.02 0.84
HSL 310º 0.08% 0.15% -
HSV(B) 310º 0.15% 0.16% -
XYZ 1.9 1.83 2.26 -
YUV 37.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 41 35 40 0 0.15 0.02 0.84 310 0.08 0.15
Hex 29 23 28 0 F 2 54 136 8 F
Octal 51 43 50 0 17 2 124 466 10 17
Binary 101001 100011 101000 0 1111 10 1010100 100110110 1000 1111

Color Harmonies of #292328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292328

Black with #292328

Text Example


Text Example

White with #292328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292328; }

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

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

background-color css

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

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

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

border-color css

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

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

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