#25252F

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

Shades of Jaguar #25252F

Tints of Jaguar #25252F

Color information

#25252F (or 0x25252F) is unknown color: approx Jaguar. HEX triplet: 25, 25 and 2F. RGB value is (37,37,47). Sum of RGB (Red+Green+Blue) = 37+37+47=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 47 - color contains mainly: blue. Hex color #25252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25252F is #DADAD0. Grayscale: #262626. Windows color (decimal): -14342865 or 3089701. OLE color: 3089701.

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

Color convert

RGB373747-
CMYK0.210.2100.82
HSL240º11.9%16.47%-
HSV(B)240º21.28%18.43%-
XYZ1.941.922.96-
YUV38.14133127.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.58%
GREEN value IS 37 (14.84% from 255) = 30.58%
BLUE value IS 47 (18.75% from 255) = 38.84%
R=30.58%
G=30.58%
B=38.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3737470.210.2100.8224011.916.47
Hex25252F1515052f0c10
Octal454557252501223601420
Binary10010110010110111110101101010101001011110000110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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