#18171F

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

Shades of Jaguar #18171F

Tints of Jaguar #18171F

Color information

#18171F (or 0x18171F) is unknown color: approx Jaguar. HEX triplet: 18, 17 and 1F. RGB value is (24,23,31). Sum of RGB (Red+Green+Blue) = 24+23+31=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 31 - color contains mainly: blue. Hex color #18171F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18171F is #E7E8E0. Grayscale: #181818. Windows color (decimal): -15198433 or 2037528. OLE color: 2037528.

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

Color convert

RGB242331-
CMYK0.230.2600.88
HSL247.5º14.81%10.59%-
HSV(B)247.5º25.81%12.16%-
XYZ0.930.911.42-
YUV24.21131.83127.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30.77%
GREEN value IS 23 (9.38% from 255) = 29.49%
BLUE value IS 31 (12.5% from 255) = 39.74%
R=30.77%
G=29.49%
B=39.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2423310.230.2600.88247.514.8110.59
Hex18171F171A058f8fb
Octal302737273201303701713
Binary1100010111111111011111010010110001111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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