#15102B

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

Shades of Jaguar #15102B

Tints of Jaguar #15102B

Color information

#15102B (or 0x15102B) is unknown color: approx Jaguar. HEX triplet: 15, 10 and 2B. RGB value is (21,16,43). Sum of RGB (Red+Green+Blue) = 21+16+43=80 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.25% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 43 (17.19% from 255 or 53.75% from 80); Max value from RGB is 43 - color contains mainly: blue. Hex color #15102B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15102B is #EAEFD4. Grayscale: #141414. Windows color (decimal): -15396821 or 2822165. OLE color: 2822165.

HSL color Cylindrical-coordinate representation of color #15102B: hue angle of 251.11º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #15102B is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB211643-
CMYK0.510.6300.83
HSL251.11º45.76%11.57%-
HSV(B)251.11º62.79%16.86%-
XYZ0.930.72.37-
YUV20.57140.66128.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 26.25%
GREEN value IS 16 (6.64% from 255) = 20%
BLUE value IS 43 (17.19% from 255) = 53.75%
R=26.25%
G=20%
B=53.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2116430.510.6300.83251.1145.7611.57
Hex15102B333F053fb2ec
Octal252053637701233735614
Binary101011000010101111001111111101010011111110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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