#151128

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

Shades of Jaguar #151128

Tints of Jaguar #151128

Color information

#151128 (or 0x151128) is unknown color: approx Jaguar. HEX triplet: 15, 11 and 28. RGB value is (21,17,40). Sum of RGB (Red+Green+Blue) = 21+17+40=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #151128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151128 is #EAEED7. Grayscale: #141414. Windows color (decimal): -15396568 or 2625813. OLE color: 2625813.

HSL color Cylindrical-coordinate representation of color #151128: hue angle of 250.43º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #151128 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB211740-
CMYK0.480.5700.84
HSL250.43º40.35%11.18%-
HSV(B)250.43º57.5%15.69%-
XYZ0.890.712.1-
YUV20.82138.83128.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 26.92%
GREEN value IS 17 (7.03% from 255) = 21.79%
BLUE value IS 40 (16.02% from 255) = 51.28%
R=26.92%
G=21.79%
B=51.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2117400.480.5700.84250.4340.3511.18
Hex1511283039054fa28b
Octal252150607101243725013
Binary101011000110100011000011100101010100111110101010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151128; }

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

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

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

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

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

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

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

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