#242535

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

Shades of Jaguar #242535

Tints of Jaguar #242535

Color information

#242535 (or 0x242535) is unknown color: approx Jaguar. HEX triplet: 24, 25 and 35. RGB value is (36,37,53). Sum of RGB (Red+Green+Blue) = 36+37+53=126 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.57% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 53 - color contains mainly: blue. Hex color #242535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242535 is #DBDACA. Grayscale: #262626. Windows color (decimal): -14408395 or 3482916. OLE color: 3482916.

HSL color Cylindrical-coordinate representation of color #242535: hue angle of 236.47º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #242535 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB363753-
CMYK0.320.3000.79
HSL236.47º19.1%17.45%-
HSV(B)236.47º32.08%20.78%-
XYZ2.031.963.64-
YUV38.52136.17126.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 28.57%
GREEN value IS 37 (14.84% from 255) = 29.37%
BLUE value IS 53 (21.09% from 255) = 42.06%
R=28.57%
G=29.37%
B=42.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3637530.320.3000.79236.4719.117.45
Hex242535201E04Fec1311
Octal444565403601173542321
Binary1001001001011101011000001111001001111111011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242535; }

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

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

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

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

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

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

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

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