Html Css Color HEX #292821 Maire

📋 copy color: '#292821'

red 41 ◦ green 40 ◦ blue 33

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

Shades of Maire #292821

Tints of Maire #292821

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

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

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

Color convert

RGB 41 40 33 -
CMYK 0 0.02 0.20 0.84
HSL 52.5º 0.11% 0.15% -
HSV(B) 52.5º 0.2% 0.16% -
XYZ 1.95 2.1 1.74 -
YUV 39.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 41 40 33 0 0.02 0.20 0.84 52.5 0.11 0.15
Hex 29 28 21 0 2 14 54 34 B F
Octal 51 50 41 0 2 24 124 64 13 17
Binary 101001 101000 100001 0 10 10100 1010100 110100 1011 1111

Color Harmonies of #292821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292821

Black with #292821

Text Example


Text Example

White with #292821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292821; }

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

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

background-color css

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

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

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

border-color css

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

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

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