#151224

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

Shades of Jaguar #151224

Tints of Jaguar #151224

Color information

#151224 (or 0x151224) is unknown color: approx Jaguar. HEX triplet: 15, 12 and 24. RGB value is (21,18,36). Sum of RGB (Red+Green+Blue) = 21+18+36=75 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 36 (14.45% from 255 or 48% from 75); Max value from RGB is 36 - color contains mainly: blue. Hex color #151224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151224 is #EAEDDB. Grayscale: #141414. Windows color (decimal): -15396316 or 2363925. OLE color: 2363925.

HSL color Cylindrical-coordinate representation of color #151224: hue angle of 250º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #151224 is Cyan = 0.42, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB211836-
CMYK0.420.500.86
HSL250º33.33%10.59%-
HSV(B)250º50%14.12%-
XYZ0.840.721.76-
YUV20.95136.49128.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 28%
GREEN value IS 18 (7.42% from 255) = 24%
BLUE value IS 36 (14.45% from 255) = 48%
R=28%
G=24%
B=48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2118360.420.500.8625033.3310.59
Hex1512242A32056fa21b
Octal252244526201263724113
Binary101011001010010010101011001001010110111110101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151224; }

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

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

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

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

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

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

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

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