#29292D

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

Shades of Jaguar #29292D

Tints of Jaguar #29292D

Color information

#29292D (or 0x29292D) is unknown color: approx Jaguar. HEX triplet: 29, 29 and 2D. RGB value is (41,41,45). Sum of RGB (Red+Green+Blue) = 41+41+45=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 45 - color contains mainly: blue. Hex color #29292D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29292D is #D6D6D2. Grayscale: #292929. Windows color (decimal): -14079699 or 2959657. OLE color: 2959657.

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

Color convert

RGB414145-
CMYK0.090.0900.82
HSL240º4.65%16.86%-
HSV(B)240º8.89%17.65%-
XYZ2.182.252.8-
YUV41.46130127.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.28%
GREEN value IS 41 (16.41% from 255) = 32.28%
BLUE value IS 45 (17.97% from 255) = 35.43%
R=32.28%
G=32.28%
B=35.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4141450.090.0900.822404.6516.86
Hex29292D99052f0511
Octal51515511110122360521
Binary10100110100110110110011001010100101111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29292D; }

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

 H1.HeaderClassName
 {
   color: #29292D;
 }
 .AnyTagClassName
 {
   color: #29292D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #29292D;
 }
 .BgClassName
 {
   background-color: #29292D;
 }
</style>
border-color css

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

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

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