#252532

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

Shades of Jaguar #252532

Tints of Jaguar #252532

Color information

#252532 (or 0x252532) is unknown color: approx Jaguar. HEX triplet: 25, 25 and 32. RGB value is (37,37,50). Sum of RGB (Red+Green+Blue) = 37+37+50=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 50 - color contains mainly: blue. Hex color #252532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252532 is #DADACD. Grayscale: #262626. Windows color (decimal): -14342862 or 3286309. OLE color: 3286309.

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

Color convert

RGB373750-
CMYK0.260.2600.80
HSL240º14.94%17.06%-
HSV(B)240º26%19.61%-
XYZ21.953.29-
YUV38.48134.5126.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.84%
GREEN value IS 37 (14.84% from 255) = 29.84%
BLUE value IS 50 (19.92% from 255) = 40.32%
R=29.84%
G=29.84%
B=40.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3737500.260.2600.8024014.9417.06
Hex2525321A1A050f0f11
Octal454562323201203601721
Binary10010110010111001011010110100101000011110000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252532; }

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

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

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

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

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

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

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

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