#151135

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

Shades of Jaguar #151135

Tints of Jaguar #151135

Color information

#151135 (or 0x151135) is unknown color: approx Jaguar. HEX triplet: 15, 11 and 35. RGB value is (21,17,53). Sum of RGB (Red+Green+Blue) = 21+17+53=91 (12% of max value = 765). Red value is 21 (8.59% from 255 or 23.08% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 53 (21.09% from 255 or 58.24% from 91); Max value from RGB is 53 - color contains mainly: blue. Hex color #151135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151135 is #EAEECA. Grayscale: #161616. Windows color (decimal): -15396555 or 3477781. OLE color: 3477781.

HSL color Cylindrical-coordinate representation of color #151135: hue angle of 246.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #151135 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB211753-
CMYK0.600.6800.79
HSL246.67º51.43%13.73%-
HSV(B)246.67º67.92%20.78%-
XYZ1.150.823.47-
YUV22.3145.33127.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.08%
GREEN value IS 17 (7.03% from 255) = 18.68%
BLUE value IS 53 (21.09% from 255) = 58.24%
R=23.08%
G=18.68%
B=58.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2117530.600.6800.79246.6751.4313.73
Hex1511353C4404Ff733e
Octal2521657410401173676316
Binary1010110001110101111100100010001001111111101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151135; }

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

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

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

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

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

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

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

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