#212130

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

Shades of Jaguar #212130

Tints of Jaguar #212130

Color information

#212130 (or 0x212130) is unknown color: approx Jaguar. HEX triplet: 21, 21 and 30. RGB value is (33,33,48). Sum of RGB (Red+Green+Blue) = 33+33+48=114 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.95% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 48 - color contains mainly: blue. Hex color #212130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212130 is #DEDECF. Grayscale: #222222. Windows color (decimal): -14606032 or 3154209. OLE color: 3154209.

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

Color convert

RGB333348-
CMYK0.310.3100.81
HSL240º18.52%15.88%-
HSV(B)240º31.25%18.82%-
XYZ1.71.623.02-
YUV34.71135.5126.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.95%
GREEN value IS 33 (13.28% from 255) = 28.95%
BLUE value IS 48 (19.14% from 255) = 42.11%
R=28.95%
G=28.95%
B=42.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3333480.310.3100.8124018.5215.88
Hex2121301F1F051f01310
Octal414160373701213602320
Binary100001100001110000111111111101010001111100001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212130; }

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

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

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

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

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

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

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

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