#26262E

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

Shades of Jaguar #26262E

Tints of Jaguar #26262E

Color information

#26262E (or 0x26262E) is unknown color: approx Jaguar. HEX triplet: 26, 26 and 2E. RGB value is (38,38,46). Sum of RGB (Red+Green+Blue) = 38+38+46=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 46 - color contains mainly: blue. Hex color #26262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26262E is #D9D9D1. Grayscale: #262626. Windows color (decimal): -14277074 or 3024422. OLE color: 3024422.

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

Color convert

RGB383846-
CMYK0.170.1700.82
HSL240º9.52%16.47%-
HSV(B)240º17.39%18.04%-
XYZ1.9922.87-
YUV38.91132127.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.15%
GREEN value IS 38 (15.23% from 255) = 31.15%
BLUE value IS 46 (18.36% from 255) = 37.70%
R=31.15%
G=31.15%
B=37.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3838460.170.1700.822409.5216.47
Hex26262E1111052f0a10
Octal464656212101223601220
Binary10011010011010111010001100010101001011110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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