#1A182E

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

Shades of Jaguar #1A182E

Tints of Jaguar #1A182E

Color information

#1A182E (or 0x1A182E) is unknown color: approx Jaguar. HEX triplet: 1A, 18 and 2E. RGB value is (26,24,46). Sum of RGB (Red+Green+Blue) = 26+24+46=96 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.08% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 46 (18.36% from 255 or 47.92% from 96); Max value from RGB is 46 - color contains mainly: blue. Hex color #1A182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A182E is #E5E7D1. Grayscale: #1B1B1B. Windows color (decimal): -15067090 or 3020826. OLE color: 3020826.

HSL color Cylindrical-coordinate representation of color #1A182E: hue angle of 245.45º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1A182E is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB262446-
CMYK0.430.4800.82
HSL245.45º31.43%13.73%-
HSV(B)245.45º47.83%18.04%-
XYZ1.251.072.73-
YUV27.11138.66127.21-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 27.08%
GREEN value IS 24 (9.77% from 255) = 25%
BLUE value IS 46 (18.36% from 255) = 47.92%
R=27.08%
G=25%
B=47.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2624460.430.4800.82245.4531.4313.73
Hex1A182E2B30052f51fe
Octal323056536001223653716
Binary11010110001011101010111100000101001011110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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