#121017

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

Shades of Jaguar #121017

Tints of Jaguar #121017

Color information

#121017 (or 0x121017) is unknown color: approx Jaguar. HEX triplet: 12, 10 and 17. RGB value is (18,16,23). Sum of RGB (Red+Green+Blue) = 18+16+23=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 23 (9.38% from 255 or 40.35% from 57); Max value from RGB is 23 - color contains mainly: blue. Hex color #121017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121017 is #EDEFE8. Grayscale: #111111. Windows color (decimal): -15593449 or 1511442. OLE color: 1511442.

HSL color Cylindrical-coordinate representation of color #121017: hue angle of 257.14º degrees, saturation: 0.18, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #121017 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB181623-
CMYK0.220.3000.91
HSL257.14º17.95%7.65%-
HSV(B)257.14º30.43%9.02%-
XYZ0.590.560.89-
YUV17.4131.16128.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.58%
GREEN value IS 16 (6.64% from 255) = 28.07%
BLUE value IS 23 (9.38% from 255) = 40.35%
R=31.58%
G=28.07%
B=40.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1816230.220.3000.91257.1417.957.65
Hex121017161E05B101128
Octal222027263601334012210
Binary100101000010111101101111001011011100000001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121017; }

 p { color: rgb(18,16,23); }

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

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

 a { background-color: rgb(18,16,23); }

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

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

 span { border-color: rgb(18,16,23); }

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