#15122C

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

Shades of Jaguar #15122C

Tints of Jaguar #15122C

Color information

#15122C (or 0x15122C) is unknown color: approx Jaguar. HEX triplet: 15, 12 and 2C. RGB value is (21,18,44). Sum of RGB (Red+Green+Blue) = 21+18+44=83 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.30% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 44 (17.58% from 255 or 53.01% from 83); Max value from RGB is 44 - color contains mainly: blue. Hex color #15122C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15122C is #EAEDD3. Grayscale: #151515. Windows color (decimal): -15396308 or 2888213. OLE color: 2888213.

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

Color convert

RGB211844-
CMYK0.520.5900.83
HSL246.92º41.94%12.16%-
HSV(B)246.92º59.09%17.25%-
XYZ0.980.772.48-
YUV21.86140.49127.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.30%
GREEN value IS 18 (7.42% from 255) = 21.69%
BLUE value IS 44 (17.58% from 255) = 53.01%
R=25.30%
G=21.69%
B=53.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2118440.520.5900.83246.9241.9412.16
Hex15122C343B053f72ac
Octal252254647301233675214
Binary101011001010110011010011101101010011111101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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