#262537

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

Shades of Jaguar #262537

Tints of Jaguar #262537

Color information

#262537 (or 0x262537) is unknown color: approx Jaguar. HEX triplet: 26, 25 and 37. RGB value is (38,37,55). Sum of RGB (Red+Green+Blue) = 38+37+55=130 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.23% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 55 - color contains mainly: blue. Hex color #262537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262537 is #D9DAC8. Grayscale: #272727. Windows color (decimal): -14277321 or 3613990. OLE color: 3613990.

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

Color convert

RGB383755-
CMYK0.310.3300.78
HSL243.33º19.57%18.04%-
HSV(B)243.33º32.73%21.57%-
XYZ2.152.013.89-
YUV39.35136.83127.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 29.23%
GREEN value IS 37 (14.84% from 255) = 28.46%
BLUE value IS 55 (21.88% from 255) = 42.31%
R=29.23%
G=28.46%
B=42.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3837550.310.3300.78243.3319.5718.04
Hex2625371F2104Ef31412
Octal464567374101163632422
Binary1001101001011101111111110000101001110111100111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262537; }

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

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

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

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

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

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

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

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