#181531

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

Shades of Jaguar #181531

Tints of Jaguar #181531

Color information

#181531 (or 0x181531) is unknown color: approx Jaguar. HEX triplet: 18, 15 and 31. RGB value is (24,21,49). Sum of RGB (Red+Green+Blue) = 24+21+49=94 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.53% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 49 (19.53% from 255 or 52.13% from 94); Max value from RGB is 49 - color contains mainly: blue. Hex color #181531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181531 is #E7EACE. Grayscale: #181818. Windows color (decimal): -15198927 or 3216664. OLE color: 3216664.

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

Color convert

RGB242149-
CMYK0.510.5700.81
HSL246.43º40%13.73%-
HSV(B)246.43º57.14%19.22%-
XYZ1.20.953.03-
YUV25.09141.49127.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.53%
GREEN value IS 21 (8.59% from 255) = 22.34%
BLUE value IS 49 (19.53% from 255) = 52.13%
R=25.53%
G=22.34%
B=52.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2421490.510.5700.81246.434013.73
Hex1815313339051f628e
Octal302561637101213665016
Binary110001010111000111001111100101010001111101101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181531; }

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

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

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

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

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

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

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

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