#15102A

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

Shades of Jaguar #15102A

Tints of Jaguar #15102A

Color information

#15102A (or 0x15102A) is unknown color: approx Jaguar. HEX triplet: 15, 10 and 2A. RGB value is (21,16,42). Sum of RGB (Red+Green+Blue) = 21+16+42=79 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.58% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 42 (16.80% from 255 or 53.16% from 79); Max value from RGB is 42 - color contains mainly: blue. Hex color #15102A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15102A is #EAEFD5. Grayscale: #141414. Windows color (decimal): -15396822 or 2756629. OLE color: 2756629.

HSL color Cylindrical-coordinate representation of color #15102A: hue angle of 251.54º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #15102A is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB211642-
CMYK0.500.6200.84
HSL251.54º44.83%11.37%-
HSV(B)251.54º61.9%16.47%-
XYZ0.910.72.28-
YUV20.46140.16128.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 26.58%
GREEN value IS 16 (6.64% from 255) = 20.25%
BLUE value IS 42 (16.80% from 255) = 53.16%
R=26.58%
G=20.25%
B=53.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2116420.500.6200.84251.5444.8311.37
Hex15102A323E054fc2db
Octal252052627601243745513
Binary101011000010101011001011111001010100111111001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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