#242332

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

Shades of Jaguar #242332

Tints of Jaguar #242332

Color information

#242332 (or 0x242332) is unknown color: approx Jaguar. HEX triplet: 24, 23 and 32. RGB value is (36,35,50). Sum of RGB (Red+Green+Blue) = 36+35+50=121 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.75% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 50 - color contains mainly: blue. Hex color #242332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242332 is #DBDCCD. Grayscale: #242424. Windows color (decimal): -14408910 or 3285796. OLE color: 3285796.

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

Color convert

RGB363550-
CMYK0.280.3000.80
HSL244º17.65%16.67%-
HSV(B)244º30%19.61%-
XYZ1.91.813.27-
YUV37.01135.33127.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 29.75%
GREEN value IS 35 (14.06% from 255) = 28.93%
BLUE value IS 50 (19.92% from 255) = 41.32%
R=29.75%
G=28.93%
B=41.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3635500.280.3000.8024417.6516.67
Hex2423321C1E050f41211
Octal444362343601203642221
Binary100100100011110010111001111001010000111101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242332; }

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

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

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

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

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

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

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

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