#15131E

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

Shades of Jaguar #15131E

Tints of Jaguar #15131E

Color information

#15131E (or 0x15131E) is unknown color: approx Jaguar. HEX triplet: 15, 13 and 1E. RGB value is (21,19,30). Sum of RGB (Red+Green+Blue) = 21+19+30=70 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 30 (12.11% from 255 or 42.86% from 70); Max value from RGB is 30 - color contains mainly: blue. Hex color #15131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15131E is #EAECE1. Grayscale: #141414. Windows color (decimal): -15396066 or 1970965. OLE color: 1970965.

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

Color convert

RGB211930-
CMYK0.300.3700.88
HSL250.91º22.45%9.61%-
HSV(B)250.91º36.67%11.76%-
XYZ0.780.721.33-
YUV20.85133.16128.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 30%
GREEN value IS 19 (7.81% from 255) = 27.14%
BLUE value IS 30 (12.11% from 255) = 42.86%
R=30%
G=27.14%
B=42.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2119300.300.3700.88250.9122.459.61
Hex15131E1E25058fb16a
Octal252336364501303732612
Binary101011001111110111101001010101100011111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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