#252432

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

Shades of Jaguar #252432

Tints of Jaguar #252432

Color information

#252432 (or 0x252432) is unknown color: approx Jaguar. HEX triplet: 25, 24 and 32. RGB value is (37,36,50). Sum of RGB (Red+Green+Blue) = 37+36+50=123 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.08% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 50 - color contains mainly: blue. Hex color #252432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252432 is #DADBCD. Grayscale: #252525. Windows color (decimal): -14343118 or 3286053. OLE color: 3286053.

HSL color Cylindrical-coordinate representation of color #252432: hue angle of 244.29º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #252432 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB373650-
CMYK0.260.2800.80
HSL244.29º16.28%16.86%-
HSV(B)244.29º28%19.61%-
XYZ1.971.893.28-
YUV37.89134.83127.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.08%
GREEN value IS 36 (14.45% from 255) = 29.27%
BLUE value IS 50 (19.92% from 255) = 40.65%
R=30.08%
G=29.27%
B=40.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3736500.260.2800.80244.2916.2816.86
Hex2524321A1C050f41011
Octal454462323401203642021
Binary100101100100110010110101110001010000111101001000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252432; }

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

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

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

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

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

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

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

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