#25242D

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

Shades of Jaguar #25242D

Tints of Jaguar #25242D

Color information

#25242D (or 0x25242D) is unknown color: approx Jaguar. HEX triplet: 25, 24 and 2D. RGB value is (37,36,45). Sum of RGB (Red+Green+Blue) = 37+36+45=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 45 - color contains mainly: blue. Hex color #25242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25242D is #DADBD2. Grayscale: #252525. Windows color (decimal): -14343123 or 2958373. OLE color: 2958373.

HSL color Cylindrical-coordinate representation of color #25242D: hue angle of 246.67º 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 #25242D is Cyan = 0.18, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB373645-
CMYK0.180.200.82
HSL246.67º11.11%15.88%-
HSV(B)246.67º20%17.65%-
XYZ1.871.842.74-
YUV37.32132.33127.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.36%
GREEN value IS 36 (14.45% from 255) = 30.51%
BLUE value IS 45 (17.97% from 255) = 38.14%
R=31.36%
G=30.51%
B=38.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3736450.180.200.82246.6711.1115.88
Hex25242D1214052f7b10
Octal454455222401223671320
Binary10010110010010110110010101000101001011110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25242D; }

 p { color: rgb(37,36,45); }

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

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

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

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

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

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

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