#171430

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

Shades of Jaguar #171430

Tints of Jaguar #171430

Color information

#171430 (or 0x171430) is unknown color: approx Jaguar. HEX triplet: 17, 14 and 30. RGB value is (23,20,48). Sum of RGB (Red+Green+Blue) = 23+20+48=91 (12% of max value = 765). Red value is 23 (9.38% from 255 or 25.27% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 48 (19.14% from 255 or 52.75% from 91); Max value from RGB is 48 - color contains mainly: blue. Hex color #171430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171430 is #E8EBCF. Grayscale: #171717. Windows color (decimal): -15264720 or 3150871. OLE color: 3150871.

HSL color Cylindrical-coordinate representation of color #171430: hue angle of 246.43º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #171430 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB232048-
CMYK0.520.5800.81
HSL246.43º41.18%13.33%-
HSV(B)246.43º58.33%18.82%-
XYZ1.140.92.91-
YUV24.09141.49127.22-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 25.27%
GREEN value IS 20 (8.20% from 255) = 21.98%
BLUE value IS 48 (19.14% from 255) = 52.75%
R=25.27%
G=21.98%
B=52.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2320480.520.5800.81246.4341.1813.33
Hex171430343A051f629d
Octal272460647201213665115
Binary101111010011000011010011101001010001111101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171430; }

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

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

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

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

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

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

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

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