#25243A

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

Shades of Jaguar #25243A

Tints of Jaguar #25243A

Color information

#25243A (or 0x25243A) is unknown color: approx Jaguar. HEX triplet: 25, 24 and 3A. RGB value is (37,36,58). Sum of RGB (Red+Green+Blue) = 37+36+58=131 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.24% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 58 - color contains mainly: blue. Hex color #25243A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25243A is #DADBC5. Grayscale: #262626. Windows color (decimal): -14343110 or 3810341. OLE color: 3810341.

HSL color Cylindrical-coordinate representation of color #25243A: hue angle of 242.73º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #25243A is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB373658-
CMYK0.360.3800.77
HSL242.73º23.4%18.43%-
HSV(B)242.73º37.93%22.75%-
XYZ2.161.964.27-
YUV38.81138.83126.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.24%
GREEN value IS 36 (14.45% from 255) = 27.48%
BLUE value IS 58 (23.05% from 255) = 44.27%
R=28.24%
G=27.48%
B=44.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3736580.360.3800.77242.7323.418.43
Hex25243A242604Df31712
Octal454472444601153632722
Binary10010110010011101010010010011001001101111100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25243A; }

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

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

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

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

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

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

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

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