Html Css Color HEX #292825 Maire

📋 copy color: '#292825'

red 41 ◦ green 40 ◦ blue 37

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

Shades of Maire #292825

Tints of Maire #292825

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.84

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #292825: hue angle of 45º 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 #292825 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 40 37 -
CMYK 0 0.02 0.10 0.84
HSL 45º 0.05% 0.15% -
HSV(B) 45º 0.1% 0.16% -
XYZ 2.01 2.12 2.05 -
YUV 39.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 41 40 37 0 0.02 0.10 0.84 45 0.05 0.15
Hex 29 28 25 0 2 A 54 2D 5 F
Octal 51 50 45 0 2 12 124 55 5 17
Binary 101001 101000 100101 0 10 1010 1010100 101101 101 1111

Color Harmonies of #292825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292825

Black with #292825

Text Example


Text Example

White with #292825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292825; }

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

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

background-color css

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

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

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

border-color css

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

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

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