#242429

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

Shades of Jaguar #242429

Tints of Jaguar #242429

Color information

#242429 (or 0x242429) is unknown color: approx Jaguar. HEX triplet: 24, 24 and 29. RGB value is (36,36,41). Sum of RGB (Red+Green+Blue) = 36+36+41=113 (14% of max value = 765). Red value is 36 (14.45% from 255 or 31.86% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 41 - color contains mainly: blue. Hex color #242429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242429 is #DBDBD6. Grayscale: #242424. Windows color (decimal): -14408663 or 2696228. OLE color: 2696228.

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

Color convert

RGB363641-
CMYK0.120.1200.84
HSL240º6.49%15.1%-
HSV(B)240º12.2%16.08%-
XYZ1.761.82.35-
YUV36.57130.5127.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 31.86%
GREEN value IS 36 (14.45% from 255) = 31.86%
BLUE value IS 41 (16.41% from 255) = 36.28%
R=31.86%
G=31.86%
B=36.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3636410.120.1200.842406.4915.1
Hex242429CC054f06f
Octal44445114140124360617
Binary1001001001001010011100110001010100111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242429; }

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

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

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

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

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

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

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

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