#121019

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

Shades of Jaguar #121019

Tints of Jaguar #121019

Color information

#121019 (or 0x121019) is unknown color: approx Jaguar. HEX triplet: 12, 10 and 19. RGB value is (18,16,25). Sum of RGB (Red+Green+Blue) = 18+16+25=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 25 (10.16% from 255 or 42.37% from 59); Max value from RGB is 25 - color contains mainly: blue. Hex color #121019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121019 is #EDEFE6. Grayscale: #111111. Windows color (decimal): -15593447 or 1642514. OLE color: 1642514.

HSL color Cylindrical-coordinate representation of color #121019: hue angle of 253.33º degrees, saturation: 0.22, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #121019 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB181625-
CMYK0.280.3600.90
HSL253.33º21.95%8.04%-
HSV(B)253.33º36%9.8%-
XYZ0.610.571-
YUV17.62132.16128.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30.51%
GREEN value IS 16 (6.64% from 255) = 27.12%
BLUE value IS 25 (10.16% from 255) = 42.37%
R=30.51%
G=27.12%
B=42.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1816250.280.3600.90253.3321.958.04
Hex1210191C2405Afd168
Octal222031344401323752610
Binary100101000011001111001001000101101011111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121019; }

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

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

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

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

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

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

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

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