#121018

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

Shades of Jaguar #121018

Tints of Jaguar #121018

Color information

#121018 (or 0x121018) is unknown color: approx Jaguar. HEX triplet: 12, 10 and 18. RGB value is (18,16,24). Sum of RGB (Red+Green+Blue) = 18+16+24=58 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.03% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 24 (9.77% from 255 or 41.38% from 58); Max value from RGB is 24 - color contains mainly: blue. Hex color #121018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121018 is #EDEFE7. Grayscale: #111111. Windows color (decimal): -15593448 or 1576978. OLE color: 1576978.

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

Color convert

RGB181624-
CMYK0.250.3300.91
HSL255º20%7.84%-
HSV(B)255º33.33%9.41%-
XYZ0.60.570.94-
YUV17.51131.66128.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.03%
GREEN value IS 16 (6.64% from 255) = 27.59%
BLUE value IS 24 (9.77% from 255) = 41.38%
R=31.03%
G=27.59%
B=41.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1816240.250.3300.91255207.84
Hex121018192105Bff148
Octal222030314101333772410
Binary100101000011000110011000010101101111111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121018; }

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

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

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

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

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

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

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

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