#252538

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

Shades of Jaguar #252538

Tints of Jaguar #252538

Color information

#252538 (or 0x252538) is unknown color: approx Jaguar. HEX triplet: 25, 25 and 38. RGB value is (37,37,56). Sum of RGB (Red+Green+Blue) = 37+37+56=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 56 - color contains mainly: blue. Hex color #252538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252538 is #DADAC7. Grayscale: #272727. Windows color (decimal): -14342856 or 3679525. OLE color: 3679525.

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

Color convert

RGB373756-
CMYK0.340.3400.78
HSL240º20.43%18.24%-
HSV(B)240º33.93%21.96%-
XYZ2.1424.02-
YUV39.17137.5126.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.46%
GREEN value IS 37 (14.84% from 255) = 28.46%
BLUE value IS 56 (22.27% from 255) = 43.08%
R=28.46%
G=28.46%
B=43.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3737560.340.3400.7824020.4318.24
Hex252538222204Ef01412
Octal454570424201163602422
Binary10010110010111100010001010001001001110111100001010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252538; }

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

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

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

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

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

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

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

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