#26262C

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

Shades of Jaguar #26262C

Tints of Jaguar #26262C

Color information

#26262C (or 0x26262C) is unknown color: approx Jaguar. HEX triplet: 26, 26 and 2C. RGB value is (38,38,44). Sum of RGB (Red+Green+Blue) = 38+38+44=120 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.67% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 44 - color contains mainly: blue. Hex color #26262C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26262C is #D9D9D3. Grayscale: #262626. Windows color (decimal): -14277076 or 2893350. OLE color: 2893350.

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

Color convert

RGB383844-
CMYK0.140.1400.83
HSL240º7.32%16.08%-
HSV(B)240º13.64%17.25%-
XYZ1.951.982.66-
YUV38.68131127.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.67%
GREEN value IS 38 (15.23% from 255) = 31.67%
BLUE value IS 44 (17.58% from 255) = 36.67%
R=31.67%
G=31.67%
B=36.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3838440.140.1400.832407.3216.08
Hex26262CEE053f0710
Octal46465416160123360720
Binary10011010011010110011101110010100111111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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