#15131F

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

Shades of Jaguar #15131F

Tints of Jaguar #15131F

Color information

#15131F (or 0x15131F) is unknown color: approx Jaguar. HEX triplet: 15, 13 and 1F. RGB value is (21,19,31). Sum of RGB (Red+Green+Blue) = 21+19+31=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 31 (12.5% from 255 or 43.66% from 71); Max value from RGB is 31 - color contains mainly: blue. Hex color #15131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15131F is #EAECE0. Grayscale: #141414. Windows color (decimal): -15396065 or 2036501. OLE color: 2036501.

HSL color Cylindrical-coordinate representation of color #15131F: hue angle of 250º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #15131F is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB211931-
CMYK0.320.3900.88
HSL250º24%9.8%-
HSV(B)250º38.71%12.16%-
XYZ0.790.721.39-
YUV20.97133.66128.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 29.58%
GREEN value IS 19 (7.81% from 255) = 26.76%
BLUE value IS 31 (12.5% from 255) = 43.66%
R=29.58%
G=26.76%
B=43.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2119310.320.3900.88250249.8
Hex15131F2027058fa18a
Octal252337404701303723012
Binary1010110011111111000001001110101100011111010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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