#242432

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

Shades of Jaguar #242432

Tints of Jaguar #242432

Color information

#242432 (or 0x242432) is unknown color: approx Jaguar. HEX triplet: 24, 24 and 32. RGB value is (36,36,50). Sum of RGB (Red+Green+Blue) = 36+36+50=122 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.51% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 50 - color contains mainly: blue. Hex color #242432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242432 is #DBDBCD. Grayscale: #252525. Windows color (decimal): -14408654 or 3286052. OLE color: 3286052.

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

Color convert

RGB363650-
CMYK0.280.2800.80
HSL240º16.28%16.86%-
HSV(B)240º28%19.61%-
XYZ1.931.873.28-
YUV37.6135126.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 29.51%
GREEN value IS 36 (14.45% from 255) = 29.51%
BLUE value IS 50 (19.92% from 255) = 40.98%
R=29.51%
G=29.51%
B=40.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3636500.280.2800.8024016.2816.86
Hex2424321C1C050f01011
Octal444462343401203602021
Binary100100100100110010111001110001010000111100001000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242432; }

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

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

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

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

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

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

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

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