#151126

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

Shades of Jaguar #151126

Tints of Jaguar #151126

Color information

#151126 (or 0x151126) is unknown color: approx Jaguar. HEX triplet: 15, 11 and 26. RGB value is (21,17,38). Sum of RGB (Red+Green+Blue) = 21+17+38=76 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.63% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 38 (15.23% from 255 or 50% from 76); Max value from RGB is 38 - color contains mainly: blue. Hex color #151126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151126 is #EAEED9. Grayscale: #141414. Windows color (decimal): -15396570 or 2494741. OLE color: 2494741.

HSL color Cylindrical-coordinate representation of color #151126: hue angle of 251.43º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #151126 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB211738-
CMYK0.450.5500.85
HSL251.43º38.18%10.78%-
HSV(B)251.43º55.26%14.9%-
XYZ0.860.71.92-
YUV20.59137.83128.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 27.63%
GREEN value IS 17 (7.03% from 255) = 22.37%
BLUE value IS 38 (15.23% from 255) = 50%
R=27.63%
G=22.37%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2117380.450.5500.85251.4338.1810.78
Hex1511262D37055fb26b
Octal252146556701253734613
Binary101011000110011010110111011101010101111110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151126; }

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

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

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

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

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

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

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

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