#15112E

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

Shades of Jaguar #15112E

Tints of Jaguar #15112E

Color information

#15112E (or 0x15112E) is unknown color: approx Jaguar. HEX triplet: 15, 11 and 2E. RGB value is (21,17,46). Sum of RGB (Red+Green+Blue) = 21+17+46=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 46 (18.36% from 255 or 54.76% from 84); Max value from RGB is 46 - color contains mainly: blue. Hex color #15112E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15112E is #EAEED1. Grayscale: #151515. Windows color (decimal): -15396562 or 3019029. OLE color: 3019029.

HSL color Cylindrical-coordinate representation of color #15112E: hue angle of 248.28º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #15112E is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB211746-
CMYK0.540.6300.82
HSL248.28º46.03%12.35%-
HSV(B)248.28º63.04%18.04%-
XYZ10.762.68-
YUV21.5141.83127.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25%
GREEN value IS 17 (7.03% from 255) = 20.24%
BLUE value IS 46 (18.36% from 255) = 54.76%
R=25%
G=20.24%
B=54.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2117460.540.6300.82248.2846.0312.35
Hex15112E363F052f82ec
Octal252156667701223705614
Binary101011000110111011011011111101010010111110001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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