Html Css Color HEX #292931 Jaguar

📋 copy color: '#292931'

red 41 ◦ green 41 ◦ blue 49

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

Shades of Jaguar #292931

Tints of Jaguar #292931

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.3%

 BLUE value IS 49 (19.53% from 255) = 37.4%

R = 31.3%
G = 31.3%
B = 37.4%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#292931 (or 0x292931) is known color: Jaguar. HEX triplet: 29, 29 and 31. RGB value is (41,41,49). Sum of RGB (Red+Green+Blue) = 41+41+49=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 49 - color contains mainly: blue. Hex color #292931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292931 is #D6D6CE. Grayscale: #292929. Windows color (decimal): -14079695 or 3221801. OLE color: 3221801.

HSL color Cylindrical-coordinate representation of color #292931: hue angle of 240º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #292931 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 41 49 -
CMYK 0.16 0.16 0 0.81
HSL 240º 0.09% 0.18% -
HSV(B) 240º 0.16% 0.19% -
XYZ 2.26 2.28 3.23 -
YUV 41.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 41 41 49 0.16 0.16 0 0.81 240 0.09 0.18
Hex 29 29 31 10 10 0 51 F0 9 12
Octal 51 51 61 20 20 0 121 360 11 22
Binary 101001 101001 110001 10000 10000 0 1010001 11110000 1001 10010

Color Harmonies of #292931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292931

Black with #292931

Text Example


Text Example

White with #292931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292931; }

 p { color: rgb(41,41,49); }

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

background-color css

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

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

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

border-color css

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

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

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