#252635

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

Shades of Jaguar #252635

Tints of Jaguar #252635

Color information

#252635 (or 0x252635) is unknown color: approx Jaguar. HEX triplet: 25, 26 and 35. RGB value is (37,38,53). Sum of RGB (Red+Green+Blue) = 37+38+53=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 53 (21.09% from 255 or 41.41% from 128); Max value from RGB is 53 - color contains mainly: blue. Hex color #252635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252635 is #DAD9CA. Grayscale: #272727. Windows color (decimal): -14342603 or 3483173. OLE color: 3483173.

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

Color convert

RGB373853-
CMYK0.300.2800.79
HSL236.25º17.78%17.65%-
HSV(B)236.25º30.19%20.78%-
XYZ2.12.043.65-
YUV39.41135.67126.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.91%
GREEN value IS 38 (15.23% from 255) = 29.69%
BLUE value IS 53 (21.09% from 255) = 41.41%
R=28.91%
G=29.69%
B=41.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3738530.300.2800.79236.2517.7817.65
Hex2526351E1C04Fec1212
Octal454665363401173542222
Binary100101100110110101111101110001001111111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252635; }

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

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

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

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

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

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

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

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