#181524

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

Shades of Jaguar #181524

Tints of Jaguar #181524

Color information

#181524 (or 0x181524) is unknown color: approx Jaguar. HEX triplet: 18, 15 and 24. RGB value is (24,21,36). Sum of RGB (Red+Green+Blue) = 24+21+36=81 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.63% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 36 (14.45% from 255 or 44.44% from 81); Max value from RGB is 36 - color contains mainly: blue. Hex color #181524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181524 is #E7EADB. Grayscale: #171717. Windows color (decimal): -15198940 or 2364696. OLE color: 2364696.

HSL color Cylindrical-coordinate representation of color #181524: hue angle of 252º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #181524 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB242136-
CMYK0.330.4200.86
HSL252º26.32%11.18%-
HSV(B)252º41.67%14.12%-
XYZ0.960.861.78-
YUV23.61134.99128.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 29.63%
GREEN value IS 21 (8.59% from 255) = 25.93%
BLUE value IS 36 (14.45% from 255) = 44.44%
R=29.63%
G=25.93%
B=44.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2421360.330.4200.8625226.3211.18
Hex181524212A056fc1ab
Octal302544415201263743213
Binary11000101011001001000011010100101011011111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181524; }

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

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

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

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

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

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

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

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