#181628

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

Shades of Jaguar #181628

Tints of Jaguar #181628

Color information

#181628 (or 0x181628) is unknown color: approx Jaguar. HEX triplet: 18, 16 and 28. RGB value is (24,22,40). Sum of RGB (Red+Green+Blue) = 24+22+40=86 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.91% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 40 (16.02% from 255 or 46.51% from 86); Max value from RGB is 40 - color contains mainly: blue. Hex color #181628 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181628 is #E7E9D7. Grayscale: #181818. Windows color (decimal): -15198680 or 2627096. OLE color: 2627096.

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

Color convert

RGB242240-
CMYK0.400.4500.84
HSL246.67º29.03%12.16%-
HSV(B)246.67º45%15.69%-
XYZ1.050.922.13-
YUV24.65136.66127.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.91%
GREEN value IS 22 (8.98% from 255) = 25.58%
BLUE value IS 40 (16.02% from 255) = 46.51%
R=27.91%
G=25.58%
B=46.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2422400.400.4500.84246.6729.0312.16
Hex181628282D054f71dc
Octal302650505501243673514
Binary11000101101010001010001011010101010011110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181628; }

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

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

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

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

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

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

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

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