#252533

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

Shades of Jaguar #252533

Tints of Jaguar #252533

Color information

#252533 (or 0x252533) is unknown color: approx Jaguar. HEX triplet: 25, 25 and 33. RGB value is (37,37,51). Sum of RGB (Red+Green+Blue) = 37+37+51=125 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.6% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 51 - color contains mainly: blue. Hex color #252533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252533 is #DADACC. Grayscale: #262626. Windows color (decimal): -14342861 or 3351845. OLE color: 3351845.

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

Color convert

RGB373751-
CMYK0.270.2700.8
HSL240º15.91%17.25%-
HSV(B)240º27.45%20%-
XYZ2.021.963.4-
YUV38.6135126.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.6%
GREEN value IS 37 (14.84% from 255) = 29.6%
BLUE value IS 51 (20.31% from 255) = 40.8%
R=29.6%
G=29.6%
B=40.8%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3737510.270.2700.824015.9117.25
Hex2525331B1B050f01011
Octal454563333301203602021
Binary100101100101110011110111101101010000111100001000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252533; }

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

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

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

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

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

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

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

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