#252439

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

Shades of Jaguar #252439

Tints of Jaguar #252439

Color information

#252439 (or 0x252439) is unknown color: approx Jaguar. HEX triplet: 25, 24 and 39. RGB value is (37,36,57). Sum of RGB (Red+Green+Blue) = 37+36+57=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 57 - color contains mainly: blue. Hex color #252439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252439 is #DADBC6. Grayscale: #262626. Windows color (decimal): -14343111 or 3744805. OLE color: 3744805.

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

Color convert

RGB373657-
CMYK0.350.3700.78
HSL242.86º22.58%18.24%-
HSV(B)242.86º36.84%22.35%-
XYZ2.131.954.13-
YUV38.69138.33126.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.46%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 57 (22.66% from 255) = 43.85%
R=28.46%
G=27.69%
B=43.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3736570.350.3700.78242.8622.5818.24
Hex252439232504Ef31712
Octal454471434501163632722
Binary10010110010011100110001110010101001110111100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252439; }

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

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

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

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

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

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

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

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