#15131D

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

Shades of Jaguar #15131D

Tints of Jaguar #15131D

Color information

#15131D (or 0x15131D) is unknown color: approx Jaguar. HEX triplet: 15, 13 and 1D. RGB value is (21,19,29). Sum of RGB (Red+Green+Blue) = 21+19+29=69 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.43% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 29 (11.72% from 255 or 42.03% from 69); Max value from RGB is 29 - color contains mainly: blue. Hex color #15131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15131D is #EAECE2. Grayscale: #141414. Windows color (decimal): -15396067 or 1905429. OLE color: 1905429.

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

Color convert

RGB211929-
CMYK0.280.3400.89
HSL252º20.83%9.41%-
HSV(B)252º34.48%11.37%-
XYZ0.760.711.26-
YUV20.74132.66128.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 30.43%
GREEN value IS 19 (7.81% from 255) = 27.54%
BLUE value IS 29 (11.72% from 255) = 42.03%
R=30.43%
G=27.54%
B=42.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2119290.280.3400.8925220.839.41
Hex15131D1C22059fc159
Octal252335344201313742511
Binary101011001111101111001000100101100111111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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