#242431

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

Shades of Jaguar #242431

Tints of Jaguar #242431

Color information

#242431 (or 0x242431) is unknown color: approx Jaguar. HEX triplet: 24, 24 and 31. RGB value is (36,36,49). Sum of RGB (Red+Green+Blue) = 36+36+49=121 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.75% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 49 - color contains mainly: blue. Hex color #242431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242431 is #DBDBCE. Grayscale: #252525. Windows color (decimal): -14408655 or 3220516. OLE color: 3220516.

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

Color convert

RGB363649-
CMYK0.270.2700.81
HSL240º15.29%16.67%-
HSV(B)240º26.53%19.22%-
XYZ1.911.863.16-
YUV37.48134.5126.94-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 29.75%
GREEN value IS 36 (14.45% from 255) = 29.75%
BLUE value IS 49 (19.53% from 255) = 40.50%
R=29.75%
G=29.75%
B=40.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3636490.270.2700.8124015.2916.67
Hex2424311B1B051f0f11
Octal444461333301213601721
Binary10010010010011000111011110110101000111110000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242431; }

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

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

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

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

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

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

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

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