#181532

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

Shades of Jaguar #181532

Tints of Jaguar #181532

Color information

#181532 (or 0x181532) is unknown color: approx Jaguar. HEX triplet: 18, 15 and 32. RGB value is (24,21,50). Sum of RGB (Red+Green+Blue) = 24+21+50=95 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.26% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 50 (19.92% from 255 or 52.63% from 95); Max value from RGB is 50 - color contains mainly: blue. Hex color #181532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181532 is #E7EACD. Grayscale: #191919. Windows color (decimal): -15198926 or 3282200. OLE color: 3282200.

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

Color convert

RGB242150-
CMYK0.520.5800.80
HSL246.21º40.85%13.92%-
HSV(B)246.21º58%19.61%-
XYZ1.220.963.14-
YUV25.2141.99127.14-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.26%
GREEN value IS 21 (8.59% from 255) = 22.11%
BLUE value IS 50 (19.92% from 255) = 52.63%
R=25.26%
G=22.11%
B=52.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2421500.520.5800.80246.2140.8513.92
Hex181532343A050f629e
Octal302562647201203665116
Binary110001010111001011010011101001010000111101101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181532; }

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

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

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

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

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

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

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

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