#181429

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

Shades of Jaguar #181429

Tints of Jaguar #181429

Color information

#181429 (or 0x181429) is unknown color: approx Jaguar. HEX triplet: 18, 14 and 29. RGB value is (24,20,41). Sum of RGB (Red+Green+Blue) = 24+20+41=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 41 (16.41% from 255 or 48.24% from 85); Max value from RGB is 41 - color contains mainly: blue. Hex color #181429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181429 is #E7EBD6. Grayscale: #171717. Windows color (decimal): -15199191 or 2692120. OLE color: 2692120.

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

Color convert

RGB242041-
CMYK0.410.5100.84
HSL251.43º34.43%11.96%-
HSV(B)251.43º51.22%16.08%-
XYZ1.030.852.21-
YUV23.59137.83128.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 28.24%
GREEN value IS 20 (8.20% from 255) = 23.53%
BLUE value IS 41 (16.41% from 255) = 48.24%
R=28.24%
G=23.53%
B=48.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2420410.410.5100.84251.4334.4311.96
Hex1814292933054fb22c
Octal302451516301243734214
Binary110001010010100110100111001101010100111110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181429; }

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

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

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

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

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

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

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

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