#151320

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

Shades of Jaguar #151320

Tints of Jaguar #151320

Color information

#151320 (or 0x151320) is unknown color: approx Jaguar. HEX triplet: 15, 13 and 20. RGB value is (21,19,32). Sum of RGB (Red+Green+Blue) = 21+19+32=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 32 (12.89% from 255 or 44.44% from 72); Max value from RGB is 32 - color contains mainly: blue. Hex color #151320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151320 is #EAECDF. Grayscale: #151515. Windows color (decimal): -15396064 or 2102037. OLE color: 2102037.

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

Color convert

RGB211932-
CMYK0.340.4100.87
HSL249.23º25.49%10%-
HSV(B)249.23º40.62%12.55%-
XYZ0.80.731.46-
YUV21.08134.16127.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 29.17%
GREEN value IS 19 (7.81% from 255) = 26.39%
BLUE value IS 32 (12.89% from 255) = 44.44%
R=29.17%
G=26.39%
B=44.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2119320.340.4100.87249.2325.4910
Hex1513202229057f919a
Octal252340425101273713112
Binary10101100111000001000101010010101011111111001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151320; }

 p { color: rgb(21,19,32); }

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

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

 a { background-color: rgb(21,19,32); }

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

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

 span { border-color: rgb(21,19,32); }

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