#252434

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

Shades of Jaguar #252434

Tints of Jaguar #252434

Color information

#252434 (or 0x252434) is unknown color: approx Jaguar. HEX triplet: 25, 24 and 34. RGB value is (37,36,52). Sum of RGB (Red+Green+Blue) = 37+36+52=125 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.6% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 52 - color contains mainly: blue. Hex color #252434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252434 is #DADBCB. Grayscale: #262626. Windows color (decimal): -14343116 or 3417125. OLE color: 3417125.

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

Color convert

RGB373652-
CMYK0.290.3100.80
HSL243.75º18.18%17.25%-
HSV(B)243.75º30.77%20.39%-
XYZ2.011.93.51-
YUV38.12135.83127.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.6%
GREEN value IS 36 (14.45% from 255) = 28.8%
BLUE value IS 52 (20.70% from 255) = 41.6%
R=29.6%
G=28.8%
B=41.6%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3736520.290.3100.80243.7518.1817.25
Hex2524341D1F050f41211
Octal454464353701203642221
Binary100101100100110100111011111101010000111101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252434; }

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

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

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

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

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

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

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

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