#292933

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

Shades of Jaguar #292933

Tints of Jaguar #292933

Color information

#292933 (or 0x292933) is unknown color: approx Jaguar. HEX triplet: 29, 29 and 33. RGB value is (41,41,51). Sum of RGB (Red+Green+Blue) = 41+41+51=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 51 - color contains mainly: blue. Hex color #292933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292933 is #D6D6CC. Grayscale: #2A2A2A. Windows color (decimal): -14079693 or 3352873. OLE color: 3352873.

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

Color convert

RGB414151-
CMYK0.200.2000.8
HSL240º10.87%18.04%-
HSV(B)240º19.61%20%-
XYZ2.32.33.45-
YUV42.14133127.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.83%
GREEN value IS 41 (16.41% from 255) = 30.83%
BLUE value IS 51 (20.31% from 255) = 38.35%
R=30.83%
G=30.83%
B=38.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4141510.200.2000.824010.8718.04
Hex2929331414050f0b12
Octal515163242401203601322
Binary10100110100111001110100101000101000011110000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292933; }

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

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

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

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

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

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

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

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