#29292A

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

Shades of Jaguar #29292A

Tints of Jaguar #29292A

Color information

#29292A (or 0x29292A) is unknown color: approx Jaguar. HEX triplet: 29, 29 and 2A. RGB value is (41,41,42). Sum of RGB (Red+Green+Blue) = 41+41+42=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 42 - color contains mainly: blue. Hex color #29292A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29292A is #D6D6D5. Grayscale: #292929. Windows color (decimal): -14079702 or 2763049. OLE color: 2763049.

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

Color convert

RGB414142-
CMYK0.020.0200.84
HSL240º1.2%16.27%-
HSV(B)240º2.38%16.47%-
XYZ2.132.222.51-
YUV41.11128.5127.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.06%
GREEN value IS 41 (16.41% from 255) = 33.06%
BLUE value IS 42 (16.80% from 255) = 33.87%
R=33.06%
G=33.06%
B=33.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4141420.020.0200.842401.216.27
Hex29292A22054f0110
Octal515152220124360120
Binary10100110100110101010100101010011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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