#262535

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

Shades of Jaguar #262535

Tints of Jaguar #262535

Color information

#262535 (or 0x262535) is unknown color: approx Jaguar. HEX triplet: 26, 25 and 35. RGB value is (38,37,53). Sum of RGB (Red+Green+Blue) = 38+37+53=128 (16% of max value = 765). Red value is 38 (15.23% from 255 or 29.69% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 53 (21.09% from 255 or 41.41% from 128); Max value from RGB is 53 - color contains mainly: blue. Hex color #262535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262535 is #D9DACA. Grayscale: #272727. Windows color (decimal): -14277323 or 3482918. OLE color: 3482918.

HSL color Cylindrical-coordinate representation of color #262535: hue angle of 243.75º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #262535 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB383753-
CMYK0.280.3000.79
HSL243.75º17.78%17.65%-
HSV(B)243.75º30.19%20.78%-
XYZ2.11.993.64-
YUV39.12135.83127.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 29.69%
GREEN value IS 37 (14.84% from 255) = 28.91%
BLUE value IS 53 (21.09% from 255) = 41.41%
R=29.69%
G=28.91%
B=41.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3837530.280.3000.79243.7517.7817.65
Hex2625351C1E04Ff41212
Octal464565343601173642222
Binary100110100101110101111001111001001111111101001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262535; }

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

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

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

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

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

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

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

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