#18161F

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

Shades of Jaguar #18161F

Tints of Jaguar #18161F

Color information

#18161F (or 0x18161F) is unknown color: approx Jaguar. HEX triplet: 18, 16 and 1F. RGB value is (24,22,31). Sum of RGB (Red+Green+Blue) = 24+22+31=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 31 - color contains mainly: blue. Hex color #18161F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18161F is #E7E9E0. Grayscale: #171717. Windows color (decimal): -15198689 or 2037272. OLE color: 2037272.

HSL color Cylindrical-coordinate representation of color #18161F: hue angle of 253.33º degrees, saturation: 0.17, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #18161F is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB242231-
CMYK0.230.2900.88
HSL253.33º16.98%10.39%-
HSV(B)253.33º29.03%12.16%-
XYZ0.910.871.42-
YUV23.62132.16128.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.17%
GREEN value IS 22 (8.98% from 255) = 28.57%
BLUE value IS 31 (12.5% from 255) = 40.26%
R=31.17%
G=28.57%
B=40.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2422310.230.2900.88253.3316.9810.39
Hex18161F171D058fd11a
Octal302637273501303752112
Binary11000101101111110111111010101100011111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18161F; }

 p { color: rgb(24,22,31); }

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

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

 a { background-color: rgb(24,22,31); }

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

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

 span { border-color: rgb(24,22,31); }

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