#181539

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

Shades of Jaguar #181539

Tints of Jaguar #181539

Color information

#181539 (or 0x181539) is unknown color: approx Jaguar. HEX triplet: 18, 15 and 39. RGB value is (24,21,57). Sum of RGB (Red+Green+Blue) = 24+21+57=102 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.53% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 57 (22.66% from 255 or 55.88% from 102); Max value from RGB is 57 - color contains mainly: blue. Hex color #181539 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181539 is #E7EAC6. Grayscale: #191919. Windows color (decimal): -15198919 or 3740952. OLE color: 3740952.

HSL color Cylindrical-coordinate representation of color #181539: hue angle of 245º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #181539 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB242157-
CMYK0.580.6300.78
HSL245º46.15%15.29%-
HSV(B)245º63.16%22.35%-
XYZ1.381.034-
YUV26145.49126.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.53%
GREEN value IS 21 (8.59% from 255) = 20.59%
BLUE value IS 57 (22.66% from 255) = 55.88%
R=23.53%
G=20.59%
B=55.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2421570.580.6300.7824546.1515.29
Hex1815393A3F04Ef52ef
Octal302571727701163655617
Binary110001010111100111101011111101001110111101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181539; }

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

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

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

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

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

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

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

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