Html Css Color HEX #292314 Maire

📋 copy color: '#292314'

red 41 ◦ green 35 ◦ blue 20

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

Shades of Maire #292314

Tints of Maire #292314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 20.83%

R = 42.71%
G = 36.46%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.84

RGB Variations

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

Color information

#292314 (or 0x292314) is known color: Maire. HEX triplet: 29, 23 and 14. RGB value is (41,35,20). Sum of RGB (Red+Green+Blue) = 41+35+20=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 41 - color contains mainly: red. Hex color #292314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292314 is #D6DCEB. Grayscale: #232323. Windows color (decimal): -14081260 or 1319721. OLE color: 1319721.

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

Color convert

RGB 41 35 20 -
CMYK 0 0.15 0.51 0.84
HSL 42.86º 0.34% 0.12% -
HSV(B) 42.86º 0.51% 0.16% -
XYZ 1.64 1.72 0.91 -
YUV 35.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 41 35 20 0 0.15 0.51 0.84 42.86 0.34 0.12
Hex 29 23 14 0 F 33 54 2B 22 C
Octal 51 43 24 0 17 63 124 53 42 14
Binary 101001 100011 10100 0 1111 110011 1010100 101011 100010 1100

Color Harmonies of #292314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292314

Black with #292314

Text Example


Text Example

White with #292314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292314; }

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

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

background-color css

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

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

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

border-color css

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

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

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