#212138

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

Shades of Jaguar #212138

Tints of Jaguar #212138

Color information

#212138 (or 0x212138) is unknown color: approx Jaguar. HEX triplet: 21, 21 and 38. RGB value is (33,33,56). Sum of RGB (Red+Green+Blue) = 33+33+56=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 56 - color contains mainly: blue. Hex color #212138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212138 is #DEDEC7. Grayscale: #232323. Windows color (decimal): -14606024 or 3678497. OLE color: 3678497.

HSL color Cylindrical-coordinate representation of color #212138: hue angle of 240º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #212138 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB333356-
CMYK0.410.4100.78
HSL240º25.84%17.45%-
HSV(B)240º41.07%21.96%-
XYZ1.881.73.97-
YUV35.62139.5126.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.05%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 56 (22.27% from 255) = 45.90%
R=27.05%
G=27.05%
B=45.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3333560.410.4100.7824025.8417.45
Hex212138292904Ef01a11
Octal414170515101163603221
Binary10000110000111100010100110100101001110111100001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212138; }

 p { color: rgb(33,33,56); }

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

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

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

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

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

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

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