#15141A

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

Shades of Jaguar #15141A

Tints of Jaguar #15141A

Color information

#15141A (or 0x15141A) is unknown color: approx Jaguar. HEX triplet: 15, 14 and 1A. RGB value is (21,20,26). Sum of RGB (Red+Green+Blue) = 21+20+26=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 26 - color contains mainly: blue. Hex color #15141A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15141A is #EAEBE5. Grayscale: #141414. Windows color (decimal): -15395814 or 1709077. OLE color: 1709077.

HSL color Cylindrical-coordinate representation of color #15141A: hue angle of 250º degrees, saturation: 0.13, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #15141A is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB212026-
CMYK0.190.2300.90
HSL250º13.04%9.02%-
HSV(B)250º23.08%10.2%-
XYZ0.750.731.08-
YUV20.98130.83128.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 31.34%
GREEN value IS 20 (8.20% from 255) = 29.85%
BLUE value IS 26 (10.55% from 255) = 38.81%
R=31.34%
G=29.85%
B=38.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2120260.190.2300.9025013.049.02
Hex15141A131705Afad9
Octal252432232701323721511
Binary1010110100110101001110111010110101111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15141A; }

 p { color: rgb(21,20,26); }

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

<style>
 a { background-color: #15141A; }

 a { background-color: rgb(21,20,26); }

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

<style>
 span { border-color: #15141A; }

 span { border-color: rgb(21,20,26); }

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