#131021

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

Shades of Jaguar #131021

Tints of Jaguar #131021

Color information

#131021 (or 0x131021) is unknown color: approx Jaguar. HEX triplet: 13, 10 and 21. RGB value is (19,16,33). Sum of RGB (Red+Green+Blue) = 19+16+33=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 33 (13.28% from 255 or 48.53% from 68); Max value from RGB is 33 - color contains mainly: blue. Hex color #131021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131021 is #ECEFDE. Grayscale: #121212. Windows color (decimal): -15527903 or 2166803. OLE color: 2166803.

HSL color Cylindrical-coordinate representation of color #131021: hue angle of 250.59º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #131021 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB191633-
CMYK0.420.5200.87
HSL250.59º34.69%9.61%-
HSV(B)250.59º51.52%12.94%-
XYZ0.730.621.52-
YUV18.84135.99128.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.94%
GREEN value IS 16 (6.64% from 255) = 23.53%
BLUE value IS 33 (13.28% from 255) = 48.53%
R=27.94%
G=23.53%
B=48.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1916330.420.5200.87250.5934.699.61
Hex1310212A34057fb23a
Octal232041526401273734312
Binary100111000010000110101011010001010111111110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131021; }

 p { color: rgb(19,16,33); }

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

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

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

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

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

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

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