#18171E

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

Shades of Jaguar #18171E

Tints of Jaguar #18171E

Color information

#18171E (or 0x18171E) is unknown color: approx Jaguar. HEX triplet: 18, 17 and 1E. RGB value is (24,23,30). Sum of RGB (Red+Green+Blue) = 24+23+30=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 30 - color contains mainly: blue. Hex color #18171E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18171E is #E7E8E1. Grayscale: #181818. Windows color (decimal): -15198434 or 1971992. OLE color: 1971992.

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

Color convert

RGB242330-
CMYK0.200.2300.88
HSL248.57º13.21%10.39%-
HSV(B)248.57º23.33%11.76%-
XYZ0.920.91.35-
YUV24.1131.33127.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.17%
GREEN value IS 23 (9.38% from 255) = 29.87%
BLUE value IS 30 (12.11% from 255) = 38.96%
R=31.17%
G=29.87%
B=38.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2423300.200.2300.88248.5713.2110.39
Hex18171E1417058f9da
Octal302736242701303711512
Binary1100010111111101010010111010110001111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18171E; }

 p { color: rgb(24,23,30); }

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

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

 a { background-color: rgb(24,23,30); }

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

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

 span { border-color: rgb(24,23,30); }

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