#15112B

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

Shades of Jaguar #15112B

Tints of Jaguar #15112B

Color information

#15112B (or 0x15112B) is unknown color: approx Jaguar. HEX triplet: 15, 11 and 2B. RGB value is (21,17,43). Sum of RGB (Red+Green+Blue) = 21+17+43=81 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.93% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 43 (17.19% from 255 or 53.09% from 81); Max value from RGB is 43 - color contains mainly: blue. Hex color #15112B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15112B is #EAEED4. Grayscale: #151515. Windows color (decimal): -15396565 or 2822421. OLE color: 2822421.

HSL color Cylindrical-coordinate representation of color #15112B: hue angle of 249.23º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #15112B is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB211743-
CMYK0.510.6000.83
HSL249.23º43.33%11.76%-
HSV(B)249.23º60.47%16.86%-
XYZ0.950.732.38-
YUV21.16140.33127.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.93%
GREEN value IS 17 (7.03% from 255) = 20.99%
BLUE value IS 43 (17.19% from 255) = 53.09%
R=25.93%
G=20.99%
B=53.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2117430.510.6000.83249.2343.3311.76
Hex15112B333C053f92bc
Octal252153637401233715314
Binary101011000110101111001111110001010011111110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,17,43); }

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

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

 a { background-color: rgb(21,17,43); }

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

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

 span { border-color: rgb(21,17,43); }

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