#151127

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

Shades of Jaguar #151127

Tints of Jaguar #151127

Color information

#151127 (or 0x151127) is unknown color: approx Jaguar. HEX triplet: 15, 11 and 27. RGB value is (21,17,39). Sum of RGB (Red+Green+Blue) = 21+17+39=77 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.27% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 39 (15.62% from 255 or 50.65% from 77); Max value from RGB is 39 - color contains mainly: blue. Hex color #151127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151127 is #EAEED8. Grayscale: #141414. Windows color (decimal): -15396569 or 2560277. OLE color: 2560277.

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

Color convert

RGB211739-
CMYK0.460.5600.85
HSL250.91º39.29%10.98%-
HSV(B)250.91º56.41%15.29%-
XYZ0.880.712.01-
YUV20.7138.33128.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 27.27%
GREEN value IS 17 (7.03% from 255) = 22.08%
BLUE value IS 39 (15.62% from 255) = 50.65%
R=27.27%
G=22.08%
B=50.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2117390.460.5600.85250.9139.2910.98
Hex1511272E38055fb27b
Octal252147567001253734713
Binary101011000110011110111011100001010101111110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151127; }

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

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

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

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

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

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

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

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