#26262D

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

Shades of Jaguar #26262D

Tints of Jaguar #26262D

Color information

#26262D (or 0x26262D) is unknown color: approx Jaguar. HEX triplet: 26, 26 and 2D. RGB value is (38,38,45). Sum of RGB (Red+Green+Blue) = 38+38+45=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 45 - color contains mainly: blue. Hex color #26262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26262D is #D9D9D2. Grayscale: #262626. Windows color (decimal): -14277075 or 2958886. OLE color: 2958886.

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

Color convert

RGB383845-
CMYK0.160.1600.82
HSL240º8.43%16.27%-
HSV(B)240º15.56%17.65%-
XYZ1.971.992.76-
YUV38.8131.5127.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.40%
GREEN value IS 38 (15.23% from 255) = 31.40%
BLUE value IS 45 (17.97% from 255) = 37.19%
R=31.40%
G=31.40%
B=37.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3838450.160.1600.822408.4316.27
Hex26262D1010052f0810
Octal464655202001223601020
Binary10011010011010110110000100000101001011110000100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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