#212134

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

Shades of Jaguar #212134

Tints of Jaguar #212134

Color information

#212134 (or 0x212134) is unknown color: approx Jaguar. HEX triplet: 21, 21 and 34. RGB value is (33,33,52). Sum of RGB (Red+Green+Blue) = 33+33+52=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 52 (20.70% from 255 or 44.07% from 118); Max value from RGB is 52 - color contains mainly: blue. Hex color #212134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212134 is #DEDECB. Grayscale: #232323. Windows color (decimal): -14606028 or 3416353. OLE color: 3416353.

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

Color convert

RGB333352-
CMYK0.370.3700.80
HSL240º22.35%16.67%-
HSV(B)240º36.54%20.39%-
XYZ1.791.663.47-
YUV35.17137.5126.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.97%
GREEN value IS 33 (13.28% from 255) = 27.97%
BLUE value IS 52 (20.70% from 255) = 44.07%
R=27.97%
G=27.97%
B=44.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3333520.370.3700.8024022.3516.67
Hex2121342525050f01611
Octal414164454501203602621
Binary10000110000111010010010110010101010000111100001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212134; }

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

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

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

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

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

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

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

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