#292931

Color #292931 Jaguar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaguar #292931

Tints of Jaguar #292931

Color information

#292931 (or 0x292931) is unknown color: approx 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

RGB414149-
CMYK0.160.1600.81
HSL240º8.89%17.65%-
HSV(B)240º16.33%19.22%-
XYZ2.262.283.23-
YUV41.91132127.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.30%
GREEN value IS 41 (16.41% from 255) = 31.30%
BLUE value IS 49 (19.53% from 255) = 37.40%
R=31.30%
G=31.30%
B=37.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4141490.160.1600.812408.8917.65
Hex2929311010051f0912
Octal515161202001213601122
Binary10100110100111000110000100000101000111110000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>