#151033

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

Shades of Jaguar #151033

Tints of Jaguar #151033

Color information

#151033 (or 0x151033) is unknown color: approx Jaguar. HEX triplet: 15, 10 and 33. RGB value is (21,16,51). Sum of RGB (Red+Green+Blue) = 21+16+51=88 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.86% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 51 (20.31% from 255 or 57.95% from 88); Max value from RGB is 51 - color contains mainly: blue. Hex color #151033 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151033 is #EAEFCC. Grayscale: #151515. Windows color (decimal): -15396813 or 3346453. OLE color: 3346453.

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

Color convert

RGB211651-
CMYK0.590.6900.8
HSL248.57º52.24%13.14%-
HSV(B)248.57º68.63%20%-
XYZ1.090.773.22-
YUV21.48144.66127.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.86%
GREEN value IS 16 (6.64% from 255) = 18.18%
BLUE value IS 51 (20.31% from 255) = 57.95%
R=23.86%
G=18.18%
B=57.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2116510.590.6900.8248.5752.2413.14
Hex1510333B45050f934d
Octal2520637310501203716415
Binary1010110000110011111011100010101010000111110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151033; }

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

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

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

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

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

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

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

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