#25252E

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

Shades of Jaguar #25252E

Tints of Jaguar #25252E

Color information

#25252E (or 0x25252E) is unknown color: approx Jaguar. HEX triplet: 25, 25 and 2E. RGB value is (37,37,46). Sum of RGB (Red+Green+Blue) = 37+37+46=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 46 (18.36% from 255 or 38.33% from 120); Max value from RGB is 46 - color contains mainly: blue. Hex color #25252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25252E is #DADAD1. Grayscale: #252525. Windows color (decimal): -14342866 or 3024165. OLE color: 3024165.

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

Color convert

RGB373746-
CMYK0.200.2000.82
HSL240º10.84%16.27%-
HSV(B)240º19.57%18.04%-
XYZ1.921.912.85-
YUV38.03132.5127.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.83%
GREEN value IS 37 (14.84% from 255) = 30.83%
BLUE value IS 46 (18.36% from 255) = 38.33%
R=30.83%
G=30.83%
B=38.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3737460.200.2000.8224010.8416.27
Hex25252E1414052f0b10
Octal454556242401223601320
Binary10010110010110111010100101000101001011110000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25252E; }

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

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

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

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

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

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

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

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