#15131C

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

Shades of Jaguar #15131C

Tints of Jaguar #15131C

Color information

#15131C (or 0x15131C) is unknown color: approx Jaguar. HEX triplet: 15, 13 and 1C. RGB value is (21,19,28). Sum of RGB (Red+Green+Blue) = 21+19+28=68 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.88% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 28 (11.33% from 255 or 41.18% from 68); Max value from RGB is 28 - color contains mainly: blue. Hex color #15131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15131C is #EAECE3. Grayscale: #141414. Windows color (decimal): -15396068 or 1839893. OLE color: 1839893.

HSL color Cylindrical-coordinate representation of color #15131C: hue angle of 253.33º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #15131C is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB211928-
CMYK0.250.3200.89
HSL253.33º19.15%9.22%-
HSV(B)253.33º32.14%10.98%-
XYZ0.750.711.2-
YUV20.62132.16128.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 30.88%
GREEN value IS 19 (7.81% from 255) = 27.94%
BLUE value IS 28 (11.33% from 255) = 41.18%
R=30.88%
G=27.94%
B=41.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2119280.250.3200.89253.3319.159.22
Hex15131C1920059fd139
Octal252334314001313752311
Binary101011001111100110011000000101100111111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15131C; }

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

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

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

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

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

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

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

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