#181629

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

Shades of Jaguar #181629

Tints of Jaguar #181629

Color information

#181629 (or 0x181629) is unknown color: approx Jaguar. HEX triplet: 18, 16 and 29. RGB value is (24,22,41). Sum of RGB (Red+Green+Blue) = 24+22+41=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 41 (16.41% from 255 or 47.13% from 87); Max value from RGB is 41 - color contains mainly: blue. Hex color #181629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181629 is #E7E9D6. Grayscale: #181818. Windows color (decimal): -15198679 or 2692632. OLE color: 2692632.

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

Color convert

RGB242241-
CMYK0.410.4600.84
HSL246.32º30.16%12.35%-
HSV(B)246.32º46.34%16.08%-
XYZ1.060.932.22-
YUV24.76137.16127.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.59%
GREEN value IS 22 (8.98% from 255) = 25.29%
BLUE value IS 41 (16.41% from 255) = 47.13%
R=27.59%
G=25.29%
B=47.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2422410.410.4600.84246.3230.1612.35
Hex181629292E054f61ec
Octal302651515601243663614
Binary11000101101010011010011011100101010011110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181629; }

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

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

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

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

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

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

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

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