#181527

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

Shades of Jaguar #181527

Tints of Jaguar #181527

Color information

#181527 (or 0x181527) is unknown color: approx Jaguar. HEX triplet: 18, 15 and 27. RGB value is (24,21,39). Sum of RGB (Red+Green+Blue) = 24+21+39=84 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.57% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 39 (15.62% from 255 or 46.43% from 84); Max value from RGB is 39 - color contains mainly: blue. Hex color #181527 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181527 is #E7EAD8. Grayscale: #171717. Windows color (decimal): -15198937 or 2561304. OLE color: 2561304.

HSL color Cylindrical-coordinate representation of color #181527: hue angle of 250º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #181527 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB242139-
CMYK0.380.4600.85
HSL250º30%11.76%-
HSV(B)250º46.15%15.29%-
XYZ1.010.882.04-
YUV23.95136.49128.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 28.57%
GREEN value IS 21 (8.59% from 255) = 25%
BLUE value IS 39 (15.62% from 255) = 46.43%
R=28.57%
G=25%
B=46.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2421390.380.4600.852503011.76
Hex181527262E055fa1ec
Octal302547465601253723614
Binary11000101011001111001101011100101010111111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181527; }

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

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

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

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

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

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

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

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