#151227

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

Shades of Jaguar #151227

Tints of Jaguar #151227

Color information

#151227 (or 0x151227) is unknown color: approx Jaguar. HEX triplet: 15, 12 and 27. RGB value is (21,18,39). Sum of RGB (Red+Green+Blue) = 21+18+39=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 39 (15.62% from 255 or 50% from 78); Max value from RGB is 39 - color contains mainly: blue. Hex color #151227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151227 is #EAEDD8. Grayscale: #151515. Windows color (decimal): -15396313 or 2560533. OLE color: 2560533.

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

Color convert

RGB211839-
CMYK0.460.5400.85
HSL248.57º36.84%11.18%-
HSV(B)248.57º53.85%15.29%-
XYZ0.890.742.02-
YUV21.29137.99127.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 26.92%
GREEN value IS 18 (7.42% from 255) = 23.08%
BLUE value IS 39 (15.62% from 255) = 50%
R=26.92%
G=23.08%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2118390.460.5400.85248.5736.8411.18
Hex1512272E36055f925b
Octal252247566601253714513
Binary101011001010011110111011011001010101111110011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151227; }

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

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

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

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

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

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

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

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