#252534

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

Shades of Jaguar #252534

Tints of Jaguar #252534

Color information

#252534 (or 0x252534) is unknown color: approx Jaguar. HEX triplet: 25, 25 and 34. RGB value is (37,37,52). Sum of RGB (Red+Green+Blue) = 37+37+52=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 52 - color contains mainly: blue. Hex color #252534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252534 is #DADACB. Grayscale: #262626. Windows color (decimal): -14342860 or 3417381. OLE color: 3417381.

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

Color convert

RGB373752-
CMYK0.290.2900.80
HSL240º16.85%17.45%-
HSV(B)240º28.85%20.39%-
XYZ2.041.963.52-
YUV38.71135.5126.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.37%
GREEN value IS 37 (14.84% from 255) = 29.37%
BLUE value IS 52 (20.70% from 255) = 41.27%
R=29.37%
G=29.37%
B=41.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3737520.290.2900.8024016.8517.45
Hex2525341D1D050f01111
Octal454564353501203602121
Binary100101100101110100111011110101010000111100001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252534; }

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

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

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

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

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

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

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

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