#151133

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

Shades of Jaguar #151133

Tints of Jaguar #151133

Color information

#151133 (or 0x151133) is unknown color: approx Jaguar. HEX triplet: 15, 11 and 33. RGB value is (21,17,51). Sum of RGB (Red+Green+Blue) = 21+17+51=89 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.60% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 51 (20.31% from 255 or 57.30% from 89); Max value from RGB is 51 - color contains mainly: blue. Hex color #151133 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151133 is #EAEECC. Grayscale: #151515. Windows color (decimal): -15396557 or 3346709. OLE color: 3346709.

HSL color Cylindrical-coordinate representation of color #151133: hue angle of 247.06º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #151133 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB211751-
CMYK0.590.6700.8
HSL247.06º50%13.33%-
HSV(B)247.06º66.67%20%-
XYZ1.110.83.23-
YUV22.07144.33127.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.60%
GREEN value IS 17 (7.03% from 255) = 19.10%
BLUE value IS 51 (20.31% from 255) = 57.30%
R=23.60%
G=19.10%
B=57.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2117510.590.6700.8247.065013.33
Hex1511333B43050f732d
Octal2521637310301203676215
Binary1010110001110011111011100001101010000111101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151133; }

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

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

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

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

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

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

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

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