#18142E

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

Shades of Jaguar #18142E

Tints of Jaguar #18142E

Color information

#18142E (or 0x18142E) is unknown color: approx Jaguar. HEX triplet: 18, 14 and 2E. RGB value is (24,20,46). Sum of RGB (Red+Green+Blue) = 24+20+46=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 46 (18.36% from 255 or 51.11% from 90); Max value from RGB is 46 - color contains mainly: blue. Hex color #18142E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18142E is #E7EBD1. Grayscale: #181818. Windows color (decimal): -15199186 or 3019800. OLE color: 3019800.

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

Color convert

RGB242046-
CMYK0.480.5700.82
HSL249.23º39.39%12.94%-
HSV(B)249.23º56.52%18.04%-
XYZ1.120.892.7-
YUV24.16140.33127.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.67%
GREEN value IS 20 (8.20% from 255) = 22.22%
BLUE value IS 46 (18.36% from 255) = 51.11%
R=26.67%
G=22.22%
B=51.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2420460.480.5700.82249.2339.3912.94
Hex18142E3039052f927d
Octal302456607101223714715
Binary110001010010111011000011100101010010111110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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