#211F2E

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

Shades of Jaguar #211F2E

Tints of Jaguar #211F2E

Color information

#211F2E (or 0x211F2E) is unknown color: approx Jaguar. HEX triplet: 21, 1F and 2E. RGB value is (33,31,46). Sum of RGB (Red+Green+Blue) = 33+31+46=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 46 - color contains mainly: blue. Hex color #211F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F2E is #DEE0D1. Grayscale: #212121. Windows color (decimal): -14606546 or 3022625. OLE color: 3022625.

HSL color Cylindrical-coordinate representation of color #211F2E: hue angle of 248º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #211F2E is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB333146-
CMYK0.280.3300.82
HSL248º19.48%15.1%-
HSV(B)248º32.61%18.04%-
XYZ1.611.52.79-
YUV33.31135.16127.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30%
GREEN value IS 31 (12.5% from 255) = 28.18%
BLUE value IS 46 (18.36% from 255) = 41.82%
R=30%
G=28.18%
B=41.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3331460.280.3300.8224819.4815.1
Hex211F2E1C21052f813f
Octal413756344101223702317
Binary10000111111101110111001000010101001011111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211F2E; }

 p { color: rgb(33,31,46); }

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

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

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

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

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

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

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