#18171D

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

Shades of Jaguar #18171D

Tints of Jaguar #18171D

Color information

#18171D (or 0x18171D) is unknown color: approx Jaguar. HEX triplet: 18, 17 and 1D. RGB value is (24,23,29). Sum of RGB (Red+Green+Blue) = 24+23+29=76 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.58% from 76); Green value is 23 (9.38% from 255 or 30.26% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 29 - color contains mainly: blue. Hex color #18171D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18171D is #E7E8E2. Grayscale: #171717. Windows color (decimal): -15198435 or 1906456. OLE color: 1906456.

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

Color convert

RGB242329-
CMYK0.170.2100.89
HSL250º11.54%10.2%-
HSV(B)250º20.69%11.37%-
XYZ0.90.91.29-
YUV23.98130.83128.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.58%
GREEN value IS 23 (9.38% from 255) = 30.26%
BLUE value IS 29 (11.72% from 255) = 38.16%
R=31.58%
G=30.26%
B=38.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2423290.170.2100.8925011.5410.2
Hex18171D1115059faca
Octal302735212501313721412
Binary1100010111111011000110101010110011111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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