#242337

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

Shades of Jaguar #242337

Tints of Jaguar #242337

Color information

#242337 (or 0x242337) is unknown color: approx Jaguar. HEX triplet: 24, 23 and 37. RGB value is (36,35,55). Sum of RGB (Red+Green+Blue) = 36+35+55=126 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.57% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 55 - color contains mainly: blue. Hex color #242337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242337 is #DBDCC8. Grayscale: #252525. Windows color (decimal): -14408905 or 3613476. OLE color: 3613476.

HSL color Cylindrical-coordinate representation of color #242337: hue angle of 243º 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 #242337 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB363555-
CMYK0.350.3600.78
HSL243º22.22%17.65%-
HSV(B)243º36.36%21.57%-
XYZ2.021.853.87-
YUV37.58137.83126.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 28.57%
GREEN value IS 35 (14.06% from 255) = 27.78%
BLUE value IS 55 (21.88% from 255) = 43.65%
R=28.57%
G=27.78%
B=43.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3635550.350.3600.7824322.2217.65
Hex242337232404Ef31612
Octal444367434401163632622
Binary10010010001111011110001110010001001110111100111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242337; }

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

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

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

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

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

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

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

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