#15112D

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

Shades of Jaguar #15112D

Tints of Jaguar #15112D

Color information

#15112D (or 0x15112D) is unknown color: approx Jaguar. HEX triplet: 15, 11 and 2D. RGB value is (21,17,45). Sum of RGB (Red+Green+Blue) = 21+17+45=83 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.30% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 45 (17.97% from 255 or 54.22% from 83); Max value from RGB is 45 - color contains mainly: blue. Hex color #15112D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15112D is #EAEED2. Grayscale: #151515. Windows color (decimal): -15396563 or 2953493. OLE color: 2953493.

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

Color convert

RGB211745-
CMYK0.530.6200.82
HSL248.57º45.16%12.16%-
HSV(B)248.57º62.22%17.65%-
XYZ0.980.752.58-
YUV21.39141.33127.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.30%
GREEN value IS 17 (7.03% from 255) = 20.48%
BLUE value IS 45 (17.97% from 255) = 54.22%
R=25.30%
G=20.48%
B=54.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2117450.530.6200.82248.5745.1612.16
Hex15112D353E052f92dc
Octal252155657601223715514
Binary101011000110110111010111111001010010111110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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