#121115

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

Shades of Jaguar #121115

Tints of Jaguar #121115

Color information

#121115 (or 0x121115) is unknown color: approx Jaguar. HEX triplet: 12, 11 and 15. RGB value is (18,17,21). Sum of RGB (Red+Green+Blue) = 18+17+21=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 21 (8.59% from 255 or 37.5% from 56); Max value from RGB is 21 - color contains mainly: blue. Hex color #121115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121115 is #EDEEEA. Grayscale: #111111. Windows color (decimal): -15593195 or 1380626. OLE color: 1380626.

HSL color Cylindrical-coordinate representation of color #121115: hue angle of 255º degrees, saturation: 0.11, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #121115 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB181721-
CMYK0.140.1900.92
HSL255º10.53%7.45%-
HSV(B)255º19.05%8.24%-
XYZ0.590.580.79-
YUV17.76129.83128.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.14%
GREEN value IS 17 (7.03% from 255) = 30.36%
BLUE value IS 21 (8.59% from 255) = 37.5%
R=32.14%
G=30.36%
B=37.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1817210.140.1900.9225510.537.45
Hex121115E1305Cffb7
Octal22212516230134377137
Binary10010100011010111101001101011100111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121115; }

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

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

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

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

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

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

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

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