#252634

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

Shades of Jaguar #252634

Tints of Jaguar #252634

Color information

#252634 (or 0x252634) is unknown color: approx Jaguar. HEX triplet: 25, 26 and 34. RGB value is (37,38,52). Sum of RGB (Red+Green+Blue) = 37+38+52=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 52 (20.70% from 255 or 40.94% from 127); Max value from RGB is 52 - color contains mainly: blue. Hex color #252634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252634 is #DAD9CB. Grayscale: #272727. Windows color (decimal): -14342604 or 3417637. OLE color: 3417637.

HSL color Cylindrical-coordinate representation of color #252634: hue angle of 236º 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 #252634 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB373852-
CMYK0.290.2700.80
HSL236º16.85%17.45%-
HSV(B)236º28.85%20.39%-
XYZ2.082.033.53-
YUV39.3135.17126.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.13%
GREEN value IS 38 (15.23% from 255) = 29.92%
BLUE value IS 52 (20.70% from 255) = 40.94%
R=29.13%
G=29.92%
B=40.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3738520.290.2700.8023616.8517.45
Hex2526341D1B050ec1111
Octal454664353301203542121
Binary100101100110110100111011101101010000111011001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252634; }

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

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

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

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

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

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

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

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