#151221

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

Shades of Jaguar #151221

Tints of Jaguar #151221

Color information

#151221 (or 0x151221) is unknown color: approx Jaguar. HEX triplet: 15, 12 and 21. RGB value is (21,18,33). Sum of RGB (Red+Green+Blue) = 21+18+33=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 33 (13.28% from 255 or 45.83% from 72); Max value from RGB is 33 - color contains mainly: blue. Hex color #151221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151221 is #EAEDDE. Grayscale: #141414. Windows color (decimal): -15396319 or 2167317. OLE color: 2167317.

HSL color Cylindrical-coordinate representation of color #151221: hue angle of 252º degrees, saturation: 0.29, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #151221 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB211833-
CMYK0.360.4500.87
HSL252º29.41%10%-
HSV(B)252º45.45%12.94%-
XYZ0.80.71.53-
YUV20.61134.99128.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 29.17%
GREEN value IS 18 (7.42% from 255) = 25%
BLUE value IS 33 (13.28% from 255) = 45.83%
R=29.17%
G=25%
B=45.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2118330.360.4500.8725229.4110
Hex151221242D057fc1da
Octal252241445501273743512
Binary10101100101000011001001011010101011111111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151221; }

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

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

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

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

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

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

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

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