#151418

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

Shades of Jaguar #151418

Tints of Jaguar #151418

Color information

#151418 (or 0x151418) is unknown color: approx Jaguar. HEX triplet: 15, 14 and 18. RGB value is (21,20,24). Sum of RGB (Red+Green+Blue) = 21+20+24=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 24 - color contains mainly: blue. Hex color #151418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151418 is #EAEBE7. Grayscale: #141414. Windows color (decimal): -15395816 or 1578005. OLE color: 1578005.

HSL color Cylindrical-coordinate representation of color #151418: hue angle of 255º degrees, saturation: 0.09, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #151418 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB212024-
CMYK0.130.1700.91
HSL255º9.09%8.63%-
HSV(B)255º16.67%9.41%-
XYZ0.720.730.97-
YUV20.76129.83128.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 32.31%
GREEN value IS 20 (8.20% from 255) = 30.77%
BLUE value IS 24 (9.77% from 255) = 36.92%
R=32.31%
G=30.77%
B=36.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2120240.130.1700.912559.098.63
Hex151418D1105Bff99
Octal252430152101333771111
Binary101011010011000110110001010110111111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151418; }

 p { color: rgb(21,20,24); }

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

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

 a { background-color: rgb(21,20,24); }

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

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

 span { border-color: rgb(21,20,24); }

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