#18163A

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

Shades of Jaguar #18163A

Tints of Jaguar #18163A

Color information

#18163A (or 0x18163A) is unknown color: approx Jaguar. HEX triplet: 18, 16 and 3A. RGB value is (24,22,58). Sum of RGB (Red+Green+Blue) = 24+22+58=104 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.08% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 58 (23.05% from 255 or 55.77% from 104); Max value from RGB is 58 - color contains mainly: blue. Hex color #18163A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18163A is #E7E9C5. Grayscale: #1A1A1A. Windows color (decimal): -15198662 or 3806744. OLE color: 3806744.

HSL color Cylindrical-coordinate representation of color #18163A: hue angle of 243.33º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #18163A is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB242258-
CMYK0.590.6200.77
HSL243.33º45%15.69%-
HSV(B)243.33º62.07%22.75%-
XYZ1.431.074.13-
YUV26.7145.66126.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.08%
GREEN value IS 22 (8.98% from 255) = 21.15%
BLUE value IS 58 (23.05% from 255) = 55.77%
R=23.08%
G=21.15%
B=55.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2422580.590.6200.77243.334515.69
Hex18163A3B3E04Df32d10
Octal302672737601153635520
Binary1100010110111010111011111110010011011111001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18163A; }

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

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

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

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

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

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

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

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