#29292E

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

Shades of Jaguar #29292E

Tints of Jaguar #29292E

Color information

#29292E (or 0x29292E) is unknown color: approx Jaguar. HEX triplet: 29, 29 and 2E. RGB value is (41,41,46). Sum of RGB (Red+Green+Blue) = 41+41+46=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 46 - color contains mainly: blue. Hex color #29292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29292E is #D6D6D1. Grayscale: #292929. Windows color (decimal): -14079698 or 3025193. OLE color: 3025193.

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

Color convert

RGB414146-
CMYK0.110.1100.82
HSL240º5.75%17.06%-
HSV(B)240º10.87%18.04%-
XYZ2.22.252.9-
YUV41.57130.5127.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.03%
GREEN value IS 41 (16.41% from 255) = 32.03%
BLUE value IS 46 (18.36% from 255) = 35.94%
R=32.03%
G=32.03%
B=35.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4141460.110.1100.822405.7517.06
Hex29292EBB052f0611
Octal51515613130122360621
Binary10100110100110111010111011010100101111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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