#212026

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

Shades of Jaguar #212026

Tints of Jaguar #212026

Color information

#212026 (or 0x212026) is unknown color: approx Jaguar. HEX triplet: 21, 20 and 26. RGB value is (33,32,38). Sum of RGB (Red+Green+Blue) = 33+32+38=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 38 (15.23% from 255 or 36.89% from 103); Max value from RGB is 38 - color contains mainly: blue. Hex color #212026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212026 is #DEDFD9. Grayscale: #202020. Windows color (decimal): -14606298 or 2498593. OLE color: 2498593.

HSL color Cylindrical-coordinate representation of color #212026: hue angle of 250º degrees, saturation: 0.09, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #212026 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB333238-
CMYK0.130.1600.85
HSL250º8.57%13.73%-
HSV(B)250º15.79%14.9%-
XYZ1.491.52.04-
YUV32.98130.83128.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.04%
GREEN value IS 32 (12.89% from 255) = 31.07%
BLUE value IS 38 (15.23% from 255) = 36.89%
R=32.04%
G=31.07%
B=36.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3332380.130.1600.852508.5713.73
Hex212026D10055fa9e
Octal414046152001253721116
Binary100001100000100110110110000010101011111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212026; }

 p { color: rgb(33,32,38); }

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

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

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

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

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

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

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