#181528

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

Shades of Jaguar #181528

Tints of Jaguar #181528

Color information

#181528 (or 0x181528) is unknown color: approx Jaguar. HEX triplet: 18, 15 and 28. RGB value is (24,21,40). Sum of RGB (Red+Green+Blue) = 24+21+40=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 40 (16.02% from 255 or 47.06% from 85); Max value from RGB is 40 - color contains mainly: blue. Hex color #181528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181528 is #E7EAD7. Grayscale: #171717. Windows color (decimal): -15198936 or 2626840. OLE color: 2626840.

HSL color Cylindrical-coordinate representation of color #181528: hue angle of 249.47º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #181528 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB242140-
CMYK0.400.4800.84
HSL249.47º31.15%11.96%-
HSV(B)249.47º47.5%15.69%-
XYZ1.030.882.12-
YUV24.06136.99127.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 28.24%
GREEN value IS 21 (8.59% from 255) = 24.71%
BLUE value IS 40 (16.02% from 255) = 47.06%
R=28.24%
G=24.71%
B=47.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2421400.400.4800.84249.4731.1511.96
Hex1815282830054f91fc
Octal302550506001243713714
Binary11000101011010001010001100000101010011111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181528; }

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

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

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

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

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

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

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

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