#26252E

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

Shades of Jaguar #26252E

Tints of Jaguar #26252E

Color information

#26252E (or 0x26252E) is unknown color: approx Jaguar. HEX triplet: 26, 25 and 2E. RGB value is (38,37,46). Sum of RGB (Red+Green+Blue) = 38+37+46=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 46 - color contains mainly: blue. Hex color #26252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26252E is #D9DAD1. Grayscale: #262626. Windows color (decimal): -14277330 or 3024166. OLE color: 3024166.

HSL color Cylindrical-coordinate representation of color #26252E: hue angle of 246.67º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #26252E is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB383746-
CMYK0.170.2000.82
HSL246.67º10.84%16.27%-
HSV(B)246.67º19.57%18.04%-
XYZ1.951.932.85-
YUV38.32132.33127.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.40%
GREEN value IS 37 (14.84% from 255) = 30.58%
BLUE value IS 46 (18.36% from 255) = 38.02%
R=31.40%
G=30.58%
B=38.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3837460.170.2000.82246.6710.8416.27
Hex26252E1114052f7b10
Octal464556212401223671320
Binary10011010010110111010001101000101001011110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26252E; }

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

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

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

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

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

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

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

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