#15131B

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

Shades of Jaguar #15131B

Tints of Jaguar #15131B

Color information

#15131B (or 0x15131B) is unknown color: approx Jaguar. HEX triplet: 15, 13 and 1B. RGB value is (21,19,27). Sum of RGB (Red+Green+Blue) = 21+19+27=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 27 - color contains mainly: blue. Hex color #15131B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15131B is #EAECE4. Grayscale: #141414. Windows color (decimal): -15396069 or 1774357. OLE color: 1774357.

HSL color Cylindrical-coordinate representation of color #15131B: hue angle of 255º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #15131B is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB211927-
CMYK0.220.3000.89
HSL255º17.39%9.02%-
HSV(B)255º29.63%10.59%-
XYZ0.740.71.13-
YUV20.51131.66128.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 31.34%
GREEN value IS 19 (7.81% from 255) = 28.36%
BLUE value IS 27 (10.94% from 255) = 40.30%
R=31.34%
G=28.36%
B=40.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2119270.220.3000.8925517.399.02
Hex15131B161E059ff119
Octal252333263601313772111
Binary10101100111101110110111100101100111111111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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