#18171B

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

Shades of Jaguar #18171B

Tints of Jaguar #18171B

Color information

#18171B (or 0x18171B) is unknown color: approx Jaguar. HEX triplet: 18, 17 and 1B. RGB value is (24,23,27). Sum of RGB (Red+Green+Blue) = 24+23+27=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 27 - color contains mainly: blue. Hex color #18171B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18171B is #E7E8E4. Grayscale: #171717. Windows color (decimal): -15198437 or 1775384. OLE color: 1775384.

HSL color Cylindrical-coordinate representation of color #18171B: hue angle of 255º degrees, saturation: 0.08, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #18171B is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB242327-
CMYK0.110.1500.89
HSL255º8%9.8%-
HSV(B)255º14.81%10.59%-
XYZ0.880.891.16-
YUV23.76129.83128.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.43%
GREEN value IS 23 (9.38% from 255) = 31.08%
BLUE value IS 27 (10.94% from 255) = 36.49%
R=32.43%
G=31.08%
B=36.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2423270.110.1500.8925589.8
Hex18171BBF059ff8a
Octal302733131701313771012
Binary11000101111101110111111010110011111111110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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