#252636

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

Shades of Jaguar #252636

Tints of Jaguar #252636

Color information

#252636 (or 0x252636) is unknown color: approx Jaguar. HEX triplet: 25, 26 and 36. RGB value is (37,38,54). Sum of RGB (Red+Green+Blue) = 37+38+54=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 54 (21.48% from 255 or 41.86% from 129); Max value from RGB is 54 - color contains mainly: blue. Hex color #252636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252636 is #DAD9C9. Grayscale: #272727. Windows color (decimal): -14342602 or 3548709. OLE color: 3548709.

HSL color Cylindrical-coordinate representation of color #252636: hue angle of 236.47º 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 #252636 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB373854-
CMYK0.310.3000.79
HSL236.47º18.68%17.84%-
HSV(B)236.47º31.48%21.18%-
XYZ2.122.053.77-
YUV39.52136.17126.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.68%
GREEN value IS 38 (15.23% from 255) = 29.46%
BLUE value IS 54 (21.48% from 255) = 41.86%
R=28.68%
G=29.46%
B=41.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3738540.310.3000.79236.4718.6817.84
Hex2526361F1E04Fec1312
Octal454666373601173542322
Binary100101100110110110111111111001001111111011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252636; }

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

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

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

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

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

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

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

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