#18162E

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

Shades of Jaguar #18162E

Tints of Jaguar #18162E

Color information

#18162E (or 0x18162E) is unknown color: approx Jaguar. HEX triplet: 18, 16 and 2E. RGB value is (24,22,46). Sum of RGB (Red+Green+Blue) = 24+22+46=92 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.09% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 46 (18.36% from 255 or 50% from 92); Max value from RGB is 46 - color contains mainly: blue. Hex color #18162E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18162E is #E7E9D1. Grayscale: #191919. Windows color (decimal): -15198674 or 3020312. OLE color: 3020312.

HSL color Cylindrical-coordinate representation of color #18162E: hue angle of 245º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #18162E is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB242246-
CMYK0.480.5200.82
HSL245º35.29%13.33%-
HSV(B)245º52.17%18.04%-
XYZ1.160.972.71-
YUV25.33139.66127.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.09%
GREEN value IS 22 (8.98% from 255) = 23.91%
BLUE value IS 46 (18.36% from 255) = 50%
R=26.09%
G=23.91%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2422460.480.5200.8224535.2913.33
Hex18162E3034052f523d
Octal302656606401223654315
Binary110001011010111011000011010001010010111101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18162E; }

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

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

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

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

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

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

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

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