#181526

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

Shades of Jaguar #181526

Tints of Jaguar #181526

Color information

#181526 (or 0x181526) is unknown color: approx Jaguar. HEX triplet: 18, 15 and 26. RGB value is (24,21,38). Sum of RGB (Red+Green+Blue) = 24+21+38=83 (10% of max value = 765). Red value is 24 (9.77% from 255 or 28.92% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 38 (15.23% from 255 or 45.78% from 83); Max value from RGB is 38 - color contains mainly: blue. Hex color #181526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181526 is #E7EAD9. Grayscale: #171717. Windows color (decimal): -15198938 or 2495768. OLE color: 2495768.

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

Color convert

RGB242138-
CMYK0.370.4500.85
HSL250.59º28.81%11.57%-
HSV(B)250.59º44.74%14.9%-
XYZ0.990.871.95-
YUV23.84135.99128.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 28.92%
GREEN value IS 21 (8.59% from 255) = 25.30%
BLUE value IS 38 (15.23% from 255) = 45.78%
R=28.92%
G=25.30%
B=45.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2421380.370.4500.85250.5928.8111.57
Hex181526252D055fb1dc
Octal302546455501253733514
Binary11000101011001101001011011010101010111111011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181526; }

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

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

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

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

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

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

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

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