#242538

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

Shades of Jaguar #242538

Tints of Jaguar #242538

Color information

#242538 (or 0x242538) is unknown color: approx Jaguar. HEX triplet: 24, 25 and 38. RGB value is (36,37,56). Sum of RGB (Red+Green+Blue) = 36+37+56=129 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.91% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 56 - color contains mainly: blue. Hex color #242538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242538 is #DBDAC7. Grayscale: #262626. Windows color (decimal): -14408392 or 3679524. OLE color: 3679524.

HSL color Cylindrical-coordinate representation of color #242538: hue angle of 237º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #242538 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB363756-
CMYK0.360.3400.78
HSL237º21.74%18.04%-
HSV(B)237º35.71%21.96%-
XYZ2.11.984.01-
YUV38.87137.67125.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.91%
GREEN value IS 37 (14.84% from 255) = 28.68%
BLUE value IS 56 (22.27% from 255) = 43.41%
R=27.91%
G=28.68%
B=43.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3637560.360.3400.7823721.7418.04
Hex242538242204Eed1612
Octal444570444201163552622
Binary10010010010111100010010010001001001110111011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242538; }

 p { color: rgb(36,37,56); }

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

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

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

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

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

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

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