#15112C

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

Shades of Jaguar #15112C

Tints of Jaguar #15112C

Color information

#15112C (or 0x15112C) is unknown color: approx Jaguar. HEX triplet: 15, 11 and 2C. RGB value is (21,17,44). Sum of RGB (Red+Green+Blue) = 21+17+44=82 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.61% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 44 (17.58% from 255 or 53.66% from 82); Max value from RGB is 44 - color contains mainly: blue. Hex color #15112C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15112C is #EAEED3. Grayscale: #151515. Windows color (decimal): -15396564 or 2887957. OLE color: 2887957.

HSL color Cylindrical-coordinate representation of color #15112C: hue angle of 248.89º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #15112C is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB211744-
CMYK0.520.6100.83
HSL248.89º44.26%11.96%-
HSV(B)248.89º61.36%17.25%-
XYZ0.960.742.48-
YUV21.27140.83127.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.61%
GREEN value IS 17 (7.03% from 255) = 20.73%
BLUE value IS 44 (17.58% from 255) = 53.66%
R=25.61%
G=20.73%
B=53.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2117440.520.6100.83248.8944.2611.96
Hex15112C343D053f92cc
Octal252154647501233715414
Binary101011000110110011010011110101010011111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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