#262531

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

Shades of Jaguar #262531

Tints of Jaguar #262531

Color information

#262531 (or 0x262531) is unknown color: approx Jaguar. HEX triplet: 26, 25 and 31. RGB value is (38,37,49). Sum of RGB (Red+Green+Blue) = 38+37+49=124 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.65% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 49 - color contains mainly: blue. Hex color #262531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262531 is #D9DACE. Grayscale: #262626. Windows color (decimal): -14277327 or 3220774. OLE color: 3220774.

HSL color Cylindrical-coordinate representation of color #262531: hue angle of 245º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #262531 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB383749-
CMYK0.220.2400.81
HSL245º13.95%16.86%-
HSV(B)245º24.49%19.22%-
XYZ2.021.963.18-
YUV38.67133.83127.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.65%
GREEN value IS 37 (14.84% from 255) = 29.84%
BLUE value IS 49 (19.53% from 255) = 39.52%
R=30.65%
G=29.84%
B=39.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3837490.220.2400.8124513.9516.86
Hex2625311618051f5e11
Octal464561263001213651621
Binary10011010010111000110110110000101000111110101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262531; }

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

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

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

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

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

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

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

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