#18171C

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

Shades of Jaguar #18171C

Tints of Jaguar #18171C

Color information

#18171C (or 0x18171C) is unknown color: approx Jaguar. HEX triplet: 18, 17 and 1C. RGB value is (24,23,28). Sum of RGB (Red+Green+Blue) = 24+23+28=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 28 - color contains mainly: blue. Hex color #18171C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18171C is #E7E8E3. Grayscale: #171717. Windows color (decimal): -15198436 or 1840920. OLE color: 1840920.

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

Color convert

RGB242328-
CMYK0.140.1800.89
HSL252º9.8%10%-
HSV(B)252º17.86%10.98%-
XYZ0.890.891.22-
YUV23.87130.33128.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32%
GREEN value IS 23 (9.38% from 255) = 30.67%
BLUE value IS 28 (11.33% from 255) = 37.33%
R=32%
G=30.67%
B=37.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2423280.140.1800.892529.810
Hex18171CE12059fcaa
Octal302734162201313741212
Binary110001011111100111010010010110011111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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