#171423

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

Shades of Jaguar #171423

Tints of Jaguar #171423

Color information

#171423 (or 0x171423) is unknown color: approx Jaguar. HEX triplet: 17, 14 and 23. RGB value is (23,20,35). Sum of RGB (Red+Green+Blue) = 23+20+35=78 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.49% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 35 (14.06% from 255 or 44.87% from 78); Max value from RGB is 35 - color contains mainly: blue. Hex color #171423 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171423 is #E8EBDC. Grayscale: #161616. Windows color (decimal): -15264733 or 2298903. OLE color: 2298903.

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

Color convert

RGB232035-
CMYK0.340.4300.86
HSL252º27.27%10.78%-
HSV(B)252º42.86%13.73%-
XYZ0.910.81.7-
YUV22.61134.99128.28-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 29.49%
GREEN value IS 20 (8.20% from 255) = 25.64%
BLUE value IS 35 (14.06% from 255) = 44.87%
R=29.49%
G=25.64%
B=44.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2320350.340.4300.8625227.2710.78
Hex171423222B056fc1bb
Octal272443425301263743313
Binary10111101001000111000101010110101011011111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171423; }

 p { color: rgb(23,20,35); }

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

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

 a { background-color: rgb(23,20,35); }

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

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

 span { border-color: rgb(23,20,35); }

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