#252536

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

Shades of Jaguar #252536

Tints of Jaguar #252536

Color information

#252536 (or 0x252536) is unknown color: approx Jaguar. HEX triplet: 25, 25 and 36. RGB value is (37,37,54). Sum of RGB (Red+Green+Blue) = 37+37+54=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 54 - color contains mainly: blue. Hex color #252536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252536 is #DADAC9. Grayscale: #262626. Windows color (decimal): -14342858 or 3548453. OLE color: 3548453.

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

Color convert

RGB373754-
CMYK0.310.3100.79
HSL240º18.68%17.84%-
HSV(B)240º31.48%21.18%-
XYZ2.091.983.76-
YUV38.94136.5126.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.91%
GREEN value IS 37 (14.84% from 255) = 28.91%
BLUE value IS 54 (21.48% from 255) = 42.19%
R=28.91%
G=28.91%
B=42.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3737540.310.3100.7924018.6817.84
Hex2525361F1F04Ff01312
Octal454566373701173602322
Binary100101100101110110111111111101001111111100001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252536; }

 p { color: rgb(37,37,54); }

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

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

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

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

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

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

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