#15102D

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

Shades of Jaguar #15102D

Tints of Jaguar #15102D

Color information

#15102D (or 0x15102D) is unknown color: approx Jaguar. HEX triplet: 15, 10 and 2D. RGB value is (21,16,45). Sum of RGB (Red+Green+Blue) = 21+16+45=82 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.61% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 45 (17.97% from 255 or 54.88% from 82); Max value from RGB is 45 - color contains mainly: blue. Hex color #15102D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15102D is #EAEFD2. Grayscale: #141414. Windows color (decimal): -15396819 or 2953237. OLE color: 2953237.

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

Color convert

RGB211645-
CMYK0.530.6400.82
HSL250.34º47.54%11.96%-
HSV(B)250.34º64.44%17.65%-
XYZ0.970.722.57-
YUV20.8141.66128.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.61%
GREEN value IS 16 (6.64% from 255) = 19.51%
BLUE value IS 45 (17.97% from 255) = 54.88%
R=25.61%
G=19.51%
B=54.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2116450.530.6400.82250.3447.5411.96
Hex15102D3540052fa30c
Octal2520556510001223726014
Binary1010110000101101110101100000001010010111110101100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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