#252527

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

Shades of Jaguar #252527

Tints of Jaguar #252527

Color information

#252527 (or 0x252527) is unknown color: approx Jaguar. HEX triplet: 25, 25 and 27. RGB value is (37,37,39). Sum of RGB (Red+Green+Blue) = 37+37+39=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 39 - color contains mainly: blue. Hex color #252527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252527 is #DADAD8. Grayscale: #252525. Windows color (decimal): -14342873 or 2565413. OLE color: 2565413.

HSL color Cylindrical-coordinate representation of color #252527: hue angle of 240º degrees, saturation: 0.03, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #252527 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB373739-
CMYK0.050.0500.85
HSL240º2.63%14.9%-
HSV(B)240º5.13%15.29%-
XYZ1.791.862.18-
YUV37.23129127.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.74%
GREEN value IS 37 (14.84% from 255) = 32.74%
BLUE value IS 39 (15.62% from 255) = 34.51%
R=32.74%
G=32.74%
B=34.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3737390.050.0500.852402.6314.9
Hex25252755055f03f
Octal454547550125360317
Binary1001011001011001111011010101010111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252527; }

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

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

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

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

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

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

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

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