#181631

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

Shades of Jaguar #181631

Tints of Jaguar #181631

Color information

#181631 (or 0x181631) is unknown color: approx Jaguar. HEX triplet: 18, 16 and 31. RGB value is (24,22,49). Sum of RGB (Red+Green+Blue) = 24+22+49=95 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.26% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 49 (19.53% from 255 or 51.58% from 95); Max value from RGB is 49 - color contains mainly: blue. Hex color #181631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181631 is #E7E9CE. Grayscale: #191919. Windows color (decimal): -15198671 or 3216920. OLE color: 3216920.

HSL color Cylindrical-coordinate representation of color #181631: hue angle of 244.44º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #181631 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB242249-
CMYK0.510.5500.81
HSL244.44º38.03%13.92%-
HSV(B)244.44º55.1%19.22%-
XYZ1.220.993.03-
YUV25.68141.16126.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.26%
GREEN value IS 22 (8.98% from 255) = 23.16%
BLUE value IS 49 (19.53% from 255) = 51.58%
R=25.26%
G=23.16%
B=51.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2422490.510.5500.81244.4438.0313.92
Hex1816313337051f426e
Octal302661636701213644616
Binary110001011011000111001111011101010001111101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181631; }

 p { color: rgb(24,22,49); }

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

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

 a { background-color: rgb(24,22,49); }

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

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

 span { border-color: rgb(24,22,49); }

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