#1A1829

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

Shades of Jaguar #1A1829

Tints of Jaguar #1A1829

Color information

#1A1829 (or 0x1A1829) is unknown color: approx Jaguar. HEX triplet: 1A, 18 and 29. RGB value is (26,24,41). Sum of RGB (Red+Green+Blue) = 26+24+41=91 (12% of max value = 765). Red value is 26 (10.55% from 255 or 28.57% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 41 (16.41% from 255 or 45.05% from 91); Max value from RGB is 41 - color contains mainly: blue. Hex color #1A1829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1829 is #E5E7D6. Grayscale: #1A1A1A. Windows color (decimal): -15067095 or 2693146. OLE color: 2693146.

HSL color Cylindrical-coordinate representation of color #1A1829: hue angle of 247.06º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1A1829 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB262441-
CMYK0.370.4100.84
HSL247.06º26.15%12.75%-
HSV(B)247.06º41.46%16.08%-
XYZ1.151.032.24-
YUV26.54136.16127.62-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 28.57%
GREEN value IS 24 (9.77% from 255) = 26.37%
BLUE value IS 41 (16.41% from 255) = 45.05%
R=28.57%
G=26.37%
B=45.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2624410.370.4100.84247.0626.1512.75
Hex1A18292529054f71ad
Octal323051455101243673215
Binary11010110001010011001011010010101010011110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A1829; }

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

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

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

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

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

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

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

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